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

UrlHistoryOptions

type UrlHistoryOptions = {
window?: Window;
v5Compat?: boolean;
}
;

§Type

§
{
window?: Window;
v5Compat?: boolean;
}
[src]