|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
PositionError |
| Module: | core |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
code |
readonly attribute unsigned short code;
message |
readonly attribute DOMString message;
PERMISSION_DENIED |
const unsigned short PERMISSION_DENIED = 1;
POSITION_UNAVAILABLE |
const unsigned short POSITION_UNAVAILABLE = 2;
TIMEOUT |
const unsigned short TIMEOUT = 3;
UNKNOWN_ERROR |
const unsigned short UNKNOWN_ERROR = 0;
Last Updated: 2009-05-29