Skip to content

Commit 1d5d066

Browse files
authored
docs: Add comctx to messaging docs (#1421)
1 parent 30b8ba4 commit 1d5d066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide/essentials/messaging.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Here are some popular messaging libraries that support all browsers and work wit
1414
- [`webext-bridge`](https://www.npmjs.com/package/webext-bridge) - Messaging in WebExtensions made super easy. Out of the box.
1515
- [`@webext-core/messaging`](https://www.npmjs.com/package/@webext-core/messaging) - Light weight, type-safe wrapper around the web extension messaging APIs
1616
- [`@webext-core/proxy-service`](https://www.npmjs.com/package/@webext-core/proxy-service) - A type-safe wrapper around the web extension messaging APIs that lets you call a function from anywhere, but execute it in the background.
17+
- [`Comctx`](https://github.com/molvqingtai/comctx) - Cross-context RPC solution with type safety and flexible adapters.

0 commit comments

Comments
 (0)