Skip to main content
Module

x/evt/mod.ts>dom.NavigatorID

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.NavigatorID
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.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