- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 10 Oct 2018 07:16:24 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 October 2018 14:16:45 UTC
@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