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

Changelog.md 316 B

1 year ago
1 year ago
1 year ago
1234567891011121314
  1. # Changelog for webextension-rpc
  2. ## 0.3.0 (2022-07-30)
  3. - Replace functions with classes: `RpcClient`/`RpcServer`. (**Breaking**)
  4. ## 0.2.0 (2022-07-24)
  5. - Convert to TypeScript.
  6. - Use a Symbol to inject RPC information. (**Breaking** change if you used `injectExtraArg`)
  7. ## 0.1.0 (2019-10-16)
  8. - Initial version.