Re: [ServiceWorker] Response or Promise<Response> is invalid Web IDL (#724)

Yeah, pretty sure it's intentional. The idea behind promises is that everything is forced async, so you don't start to depend on it sometimes being synchronous.

Implementations could still have some optimization when it's non-observable, of course.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/724#issuecomment-124562541

Received on Friday, 24 July 2015 15:45:24 UTC