Re: [w3c/ServiceWorker] No good way to beacon during activate (#1336)

@yutakahirano 

It looks like sendBeacon in workers was removed from the Beacon spec in favor of fetch keepalive:
https://github.com/w3c/beacon/issues/37#issuecomment-255885921

AFAICT fetch keepalive in workers works in the spec but implementations might not have it implemented yet. E.g., it looks like Chrome cancels the request if the worker is terminated:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/8vqcABTnDF4/xWq1rGGCBwAJ

-- 
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/1336#issuecomment-428589224

Received on Wednesday, 10 October 2018 14:16:45 UTC