MCPcopy
hub / github.com/dvanoni/notero / amIAddonManagerStartup

Interface amIAddonManagerStartup

types/xpcom.d.ts:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 };
14
15 interface amIAddonManagerStartup {
16 registerChrome(manifestURI: nsIURI, entries: string[][]): nsIJSRAIIHelper;
17 }
18
19 interface mozIJSSubScriptLoader {
20 loadSubScript(url: string, targetObj?: unknown, charset?: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected