Skip to main content
Module

x/evt/lib/types/index.ts>dom.NavigatorID

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.NavigatorID
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { NavigatorID } = dom;

Properties

readonly
appCodeName: string
readonly
appName: string
readonly
appVersion: string
readonly
oscpu: string
readonly
platform: string
readonly
product: string
readonly
productSub: string
readonly
userAgent: string
readonly
vendor: string
readonly
vendorSub: string

Methods

taintEnabled(): boolean