Files
hollywoo-sourcer/externs/webextension_polyfill/contentscripts/Static.hx

8 lines
236 B
Haxe

package webextension_polyfill.contentscripts;
typedef Static = {
/**
Register a content script programmatically
**/
function register(contentScriptOptions:RegisteredContentScriptOptions):js.lib.Promise<RegisteredContentScript>;
};