Window Object

Properties and methods of the window object are considered 'global' and can be referenced without specifying 'window.' in front.

Some of the properties and methods (such as .crypto, .navigator, .messageManager, .fetch(), .postMessage()) do not relate to HTML DOM directly, are considered to be parts of advanced Web APIs, and will be explained in the next chapter.