Dart Documentationchrome.history

chrome.history library

Use the chrome.history API to interact with the browser's record of visited pages. You can add, remove, and query for URLs in the browser's history. To override the history page with your own version, see Override Pages.

Properties

final ChromeHistory history #

Accessor for the chrome.history namespace.

final ChromeHistory history = new ChromeHistory._()

Classes