We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294c6a5 commit c7e8254Copy full SHA for c7e8254
source/sender.ts
@@ -21,7 +21,6 @@ import { events } from "./events.js";
21
const _errorNonExistingTarget =
22
"Could not establish connection. Receiving end does not exist.";
23
24
-// https://github.com/mozilla/webextension-polyfill/issues/384
25
const _errorTargetClosedEarly =
26
"A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received";
27
0 commit comments