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