Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BrowserHistory

A browser history stores the current location in regular URLs in a web browser environment. This is the standard for most web apps and provides the cleanest URLs the browser's address bar.

interface BrowserHistory extends UrlHistory {}

§Extends

§
UrlHistory
[src]