September 2024
Beginner to intermediate
985 pages
35h 37m
English
In addition to the Document Object Model, which you learned about in Chapter 5, browsers provide a second special object model that you can use to access browser-relevant information via JavaScript. In this chapter, we’ll use this model to show you how to access window information, how to influence the navigation panel and browsing history, and how to identify the browser.
In browser runtime environments, the Browser Object Model (BOM or BOM API) is available in addition to the DOM. Through this object model, it’s possible to control certain aspects of the browser (such as going back and forth in the browsing history) and to read certain information from the browser (such as information ...
Read now
Unlock full access