Closed Bug 459444 Opened 16 years ago Closed 16 years ago

add timeout to the geolocation position options

Categories

(Core :: DOM: Geolocation, defect)

defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: dougt, Assigned: dougt)

Details

The timeout attribute denotes the maximum length of time (expressed in milliseconds) that is allowed to pass from the the call to getCurrentPosition() or watchPosition()  until the corresponding successCallback is invoked. If the implementation is unable to successfully acquire a new Position  before the given timeout elapses, and no other errors have occurred in this interval, then the corresponding errorCallback  must be invoked with a PositionError object whose code attribute is set to 4.
Component: DOM → Geolocation
Version: unspecified → Trunk
QA Contact: general → geolocation
a087bc8963b3
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.