Re: skeleton Geolocation API

Hey Andrei,

Nice to see the first cut of this...

The draft says that in case of a fatal error, watch should stop firing
callbacks. In case of a temporary error, it should continue. It's not
clear what "stop" means. Do I still have to call clearWatch()? I think
the behavior should be the same no matter what kind of error. Since
there can be temporary errors, I think it makes sense that callbacks
continue. Of course, it's up to the implementation to determine at
what rate, so it could be that they stop for all intents and purposes.
But it's still on the developer to clearWatch() eventually.

- a

Received on Saturday, 21 June 2008 03:06:10 UTC