Re: [w3c/ServiceWorker] Cast `resolveWith` argument to a Promise (#1097)

I don't believe this change should be necessary. WebIDL already takes care of more-or-less wrapping non-promise values in Promise.resolve() for methods that are defined as taking a Promise<T>.

-- 
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/pull/1097#issuecomment-290509551

Received on Thursday, 30 March 2017 18:54:23 UTC