import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { History } = dom;
Allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { History } = dom;
Allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.