import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { MSNavigatorDoNotTrack } = dom;
Methods
confirmSiteSpecificTrackingException(args: ConfirmSiteSpecificExceptionsInformation): boolean
confirmWebWideTrackingException(args: ExceptionInformation): boolean
removeSiteSpecificTrackingException(args: ExceptionInformation): void
removeWebWideTrackingException(args: ExceptionInformation): void
storeSiteSpecificTrackingException(args: StoreSiteSpecificExceptionsInformation): void
storeWebWideTrackingException(args: StoreExceptionsInformation): void