Skip to main content
Module

x/evt/mod.ts>dom.PositionError

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