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

Changelog.md 218 B

1 year ago
12345678910
  1. # Changelog for webextension-rpc
  2. ## 0.2.0 (2022-07-24)
  3. - Convert to TypeScript.
  4. - Use a Symbol to inject RPC information. (**Breaking** change if you used `injectExtraArg`)
  5. ## 0.1.0 (2019-10-16)
  6. - Initial version.