Contact emails
Spec
http://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#client-navigate
Summary
Using the api, we can make the window client navigate to specific url.
(It's possible even if the url isn't same origin.)
Adding the following method to ServiceWorkerClient.
- [NewObject] Promise<WindowClient> navigate(USVString url);
Link to “Intent to Implement” blink-dev discussion
Is this feature supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)?
Yes
Compatibility Risk
Low, many users is waiting for it as well as it’s already included in the service worker version 1.
Version1 ED : https://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/#client-navigate
WD : http://www.w3.org/TR/service-workers/#client-navigate
OWP launch tracking bug
Entry on the feature dashboard
http://www.chromestatus.com/features/5314750808326144To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.