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

That was my understanding too. @domenic can you confirm? `void respondWith(Promise<Response> r);` - webidl will take care of casting `r` to a promise (via `Promise.resolve()`) right?

-- 
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-290570031

Received on Thursday, 30 March 2017 23:06:56 UTC