September 2024
Beginner to intermediate
985 pages
35h 37m
English
In this chapter, you learned about the Browser Object Model, the object model through which you can access various components of the browser:
The global window object represents the entry point into the BOM.
The location object can be used to access components of the current URL and to reload web pages.
Using the history object, you can navigate the browsing history and create new entries in the browsing history.
The navigator object gives you detailed information about the browser, but not all of it is always reliable.
Via the screen object, you get information regarding the screen, like height and width, as well as color depth, pixel depth, and so on.
Read now
Unlock full access