Source code

Revision control

Copy as Markdown

Other Tools

browser.runtime.sendNativeMessage("badNativeApi", "errorerrorerror");
async function runTest() {
await browser.runtime.sendNativeMessage(
"browser",
"testContentBrowserMessage"
);
browser.runtime.connectNative("browser");
}
runTest();