add missing externs to repo
This commit is contained in:
11
externs/webextension_polyfill/storage/Static.hx
Normal file
11
externs/webextension_polyfill/storage/Static.hx
Normal file
@@ -0,0 +1,11 @@
|
||||
package webextension_polyfill.storage;
|
||||
|
||||
typedef Static = {
|
||||
/**
|
||||
Fired when one or more items change.
|
||||
**/
|
||||
var onChanged : webextension_polyfill.events.Event<(changes:haxe.DynamicAccess<StorageChange>, areaName:String) -> Void>;
|
||||
var sync : SyncStorageAreaSync;
|
||||
var local : LocalStorageArea;
|
||||
var managed : ManagedStorageArea;
|
||||
};
|
Reference in New Issue
Block a user