Re: [w3c/ServiceWorker] Consider throwing when non-promise is passed to `waitUntil`. (#1068)

It seems a bit breaking to suddenly require an exact resolution type for install event `waitUntil()`.  This API has been in the wild for a long time and it seems likely people do resolve to other values.

The browser could detect if it resolves to a function, though, and add a console warning that perhaps the function was not called?

-- 
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/1068#issuecomment-278355143

Received on Wednesday, 8 February 2017 15:12:39 UTC