Remote Procedure Call implementation for WebExtensions, to easily call functions across content scripts and background script.

index.ts 56 B

12
  1. export * from './RpcClient'
  2. export * from './RpcServer'