Re: [w3c/ServiceWorker] Expose GeoLocation to workers (#745)

@pietie wrote:

> @jakearchibald is there an issue somewhere we can track that deals with this "keeping the page open" feature?

There's the [Wake Lock API proposal](https://w3c.github.io/wake-lock/). A quick look suggests that adding "locationTracking" to the specified wake lock types wouldn't be all that hard, and it would deal with the issue @RichardMaher raised of not needing e.g. the screen to stay on. There is a privacy issue of course, and implementing this in a way that gives users meaningful control is non-trivial.

Since location information can come from several sources, some active and some passive, can use varying amounts of battery power, and are pretty seriously privacy sensitive, there would be some important details to get right in implementation as well as specifying what belongs in spec and what in implementation detail..

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/745#issuecomment-303059536

Received on Monday, 22 May 2017 10:17:59 UTC