Skip to main content
variable GeolocationPositionError
import { GeolocationPositionError } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: GeolocationPositionError; readonly PERMISSION_DENIED: number; readonly POSITION_UNAVAILABLE: number; readonly TIMEOUT: number; new (): GeolocationPositionError; }