window
The following properties can be accessed directly via window:
setTimeout/clearTimeoutsetInterval/clearIntervalconsoleMathDateFormDataaddEventListeneropen(Onlyhttp:,https:, orabout:blankare allowed)location(Read-only, supports secure navigation)navigator
Only basic and secure DOM query and creation capabilities are supported:
createElement(tagName)querySelector(selectors)querySelectorAll(selectors)

