add missing externs to repo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package webextension_polyfill.userscripts;
|
||||
|
||||
/**
|
||||
An object that represents a user script registered programmatically
|
||||
**/
|
||||
typedef RegisteredUserScript = {
|
||||
/**
|
||||
Unregister a user script registered programmatically
|
||||
**/
|
||||
function unregister():Void;
|
||||
};
|
Reference in New Issue
Block a user