Source code

Revision control

Copy as Markdown

Other Tools

const { testSourceAccess } = ChromeUtils.importESModule(
{ global: "current" }
);
self.postMessage({
string: testSourceAccess.toString(),
});