Articles tagged: History
Found 16 documents
- MDN_at_ten Celebrate 10 years of documenting your Web.
- MDN_at_ten/History_of_MDN
- Mozilla/Add-ons/WebExtensions/API/history Use the history API to interact with the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/addUrl Adds a record to the browser's history of a visit to the given URL. The visit's time is recorded ...
- Mozilla/Add-ons/WebExtensions/API/history/deleteAll Deletes all visits from the browser's history.
- Mozilla/Add-ons/WebExtensions/API/history/deleteRange Removes all visits to pages that the user made during the given time range. If this removes all ...
- Mozilla/Add-ons/WebExtensions/API/history/deleteUrl Removes all visits to the given URL from the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/getVisits Retrieves information about all visits to the given URL.
- Mozilla/Add-ons/WebExtensions/API/history/HistoryItem A HistoryItem object provides information about a page in the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/onVisited Fired each time the user visits a page. A history.HistoryItem object is passed to the listener. ...
- Mozilla/Add-ons/WebExtensions/API/history/onVisitRemoved Fired when a page is removed completely from the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/search Searches the browser's history for history.HistoryItem objects matching the given criteria.
- Mozilla/Add-ons/WebExtensions/API/history/TransitionType This describes how the browser navigated to a particular page. For example, "link" means that ...
- Mozilla/Add-ons/WebExtensions/API/history/VisitItem An object describing a single visit to a page.
- Mozilla/Projects/Rhino/History Rhino gets its name from the animal on the cover of the O'Reilly book about JavaScript.
- Web/API/History_API The DOM window object provides access to the browser's history through the history object. It ...