Files
kiss-firefox/template/externs/webextension_polyfill/contentscripts/Static.hx
2025-02-02 18:08:09 -06:00

8 lines
236 B
Haxe

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