Liking cljdoc? Tell your friends :D
ClojureScript only.

web.geolocation.PositionError

The PositionError interface represents the reason of an error when using the geolocating device.

The PositionError interface represents the reason of an error
when using the geolocating device.
raw docstring

codecljs

(code this)

Property.

[Read Only]

The PositionError.code read-only property is an unsigned short the error code. The following values are possible:

typeErr = poserr.code

See also: https://developer.mozilla.org/en-US/docs/Web/API/PositionError/code

Property.

[Read Only]

The PositionError.code read-only property is an unsigned short
the error code. The following values are possible:

`typeErr = poserr.code`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PositionError/code`
sourceraw docstring

messagecljs

(message this)

Property.

[Read Only]

The PositionError.message read-only property returns a human-readable describing the details of the error.

msg = positionError.message

See also: https://developer.mozilla.org/en-US/docs/Web/API/PositionError/message

Property.

[Read Only]

The PositionError.message read-only property returns a human-readable
describing the details of the error.

`msg = positionError.message`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PositionError/message`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close