If I execute this:
console.log(browser.tabs.TabStatus)
Object { LOADING: "loading", COMPLETE: "complete" }
I get a object with possible tab state values. But I can’t find the documentation for that.
Same goes for browser.windows.WindowState
:
Object { NORMAL: "normal", MINIMIZED: "minimized", MAXIMIZED: "maximized", FULLSCREEN: "fullscreen", DOCKED: "docked" }
There is only page describing the TabStatus type, but not the actual object:
Both of these exists in Firefox and Chrome.