Closed Hexcles closed 4 years ago
Stumbled upon the explainer and noticed the example used event.waitFor in a service worker. A quick search shows a few other matches including in the spec text, too: https://github.com/WICG/cookie-store/search?q=waitfor&unscoped_q=waitfor
event.waitFor
They should probably be event.waitUntil instead.
event.waitUntil
fixed by #109
Stumbled upon the explainer and noticed the example used
event.waitFor
in a service worker. A quick search shows a few other matches including in the spec text, too: https://github.com/WICG/cookie-store/search?q=waitfor&unscoped_q=waitforThey should probably be
event.waitUntil
instead.