import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/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.3.1/lib/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.