We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b518e commit 229e33aCopy full SHA for 229e33a
src/features/click-to-load/ctl-messaging-transport.js
@@ -1,7 +1,9 @@
1
import { sendMessage } from '../../utils'
2
3
-/** Workaround defining MessagingTransport locally because "import()" is not working in @implements
4
- * @typedef {import('@duckduckgo/messaging').MessagingTransport} MessagingTransport */
+/**
+ * Workaround defining MessagingTransport locally because "import()" is not working in `@implements`
5
+ * @typedef {import('@duckduckgo/messaging').MessagingTransport} MessagingTransport
6
+ */
7
8
/**
9
* A temporary implementation of {@link MessagingTransport} to communicate with Android and Extension.
0 commit comments