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

7 lines
254 B
Haxe

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;