webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
PositionError Interface Reference

import"PositionError.idl";

Public Attributes

readonly attribute unsigned short code
 
readonly attribute DOMString message
 
const unsigned short PERMISSION_DENIED = 1
 
const unsigned short POSITION_UNAVAILABLE = 2
 
const unsigned short TIMEOUT = 3
 

Member Data Documentation

◆ code

readonly attribute unsigned short PositionError::code

◆ message

readonly attribute DOMString PositionError::message

◆ PERMISSION_DENIED

const unsigned short PositionError::PERMISSION_DENIED = 1

◆ POSITION_UNAVAILABLE

const unsigned short PositionError::POSITION_UNAVAILABLE = 2

◆ TIMEOUT

const unsigned short PositionError::TIMEOUT = 3

The documentation for this interface was generated from the following file: