add missing externs to repo
This commit is contained in:
7
externs/webextension_polyfill/windows/WindowState.hx
Normal file
7
externs/webextension_polyfill/windows/WindowState.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package webextension_polyfill.windows;
|
||||
|
||||
/**
|
||||
The state of this browser window. Under some circumstances a Window may not be assigned state property,
|
||||
for example when querying closed windows from the $(ref:sessions) API.
|
||||
**/
|
||||
typedef WindowState = String;
|
Reference in New Issue
Block a user