Liking cljdoc? Tell your friends :D

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.

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.

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.

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.

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

set-code!cljs

(set-code! this val)

Property.

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.

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

set-message!cljs

(set-message! this val)

Property.

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.

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