add firefox extension template
This commit is contained in:
9
externs/webextension_polyfill/userscripts/Static.hx
Normal file
9
externs/webextension_polyfill/userscripts/Static.hx
Normal file
@@ -0,0 +1,9 @@
|
||||
package webextension_polyfill.userscripts;
|
||||
|
||||
typedef Static = {
|
||||
/**
|
||||
Register a user script programmatically given its $(ref:userScripts.UserScriptOptions),
|
||||
and resolves to a $(ref:userScripts.RegisteredUserScript) instance
|
||||
**/
|
||||
function register(userScriptOptions:UserScriptOptions):Void;
|
||||
};
|
Reference in New Issue
Block a user