Interface | Description |
---|---|
Console |
The console object provides access to the browser's debugging console
|
History |
The history object contains the URLs visited by the user (within a browser window).
The history object is part of the window object and is accessed through the window.history property. |
HtmlElement |
Base class for a HTMLElement
|
Location | |
Storage |
The Storage interface of the Web Storage API provides access to the session storage or local storage for a
particular domain, allowing you to for example add, modify or delete stored data items.
|
Class | Description |
---|---|
Window |
The window object represents an open window in a browser.
|