Page 160 - JavaScript
P. 160
Chapter 16: BOM (Browser Object Model)
Remarks
For more information on the Window object, please visit MDN.
The window.stop() method is not supported in Internet Explorer.
Examples
Introduction
The BOM (Browser Object Model) contains objects that represent the current browser window and
components; objects that model things like history, device's screen, etc
The topmost object in BOM is the window object, which represents the current browser window or
tab.
https://riptutorial.com/ 117

