Re: [w3c/ServiceWorker] FetchEventInit.preloadResponse should not be a required member (#1114)

This is in https://w3c.github.io/ServiceWorker/#fetchevent-interface

Making it optional, perhaps the prose of the constructor should just create a new promise that is never settled, like what `Promise<any> preloadResponse = new Promise()` would do if that were valid syntax. Or create a rejected promise. Anything WFM :)

-- 
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/1114#issuecomment-293281163

Received on Tuesday, 11 April 2017 14:29:50 UTC