Skip to main content
Module

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

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

The reason of an error occurring when using the geolocating device.

Properties

readonly
code: number
readonly
message: string
readonly
PERMISSION_DENIED: number
readonly
POSITION_UNAVAILABLE: number
readonly
TIMEOUT: number