From 1d5d0663ac6ef5e950deda29f2f13186f69994fa Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 13 Feb 2025 11:36:37 +0800 Subject: [PATCH] docs: Add `comctx` to messaging docs (#1421) --- docs/guide/essentials/messaging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/essentials/messaging.md b/docs/guide/essentials/messaging.md index 2cb8d5bd..55cc255f 100644 --- a/docs/guide/essentials/messaging.md +++ b/docs/guide/essentials/messaging.md @@ -14,3 +14,4 @@ Here are some popular messaging libraries that support all browsers and work wit - [`webext-bridge`](https://www.npmjs.com/package/webext-bridge) - Messaging in WebExtensions made super easy. Out of the box. - [`@webext-core/messaging`](https://www.npmjs.com/package/@webext-core/messaging) - Light weight, type-safe wrapper around the web extension messaging APIs - [`@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. +- [`Comctx`](https://github.com/molvqingtai/comctx) - Cross-context RPC solution with type safety and flexible adapters.