Re: [ServiceWorker] FetchEvent IDL issues (#680)

I'm changing Gecko's `FetchEvent.request` to be nullable since I think that is the only reasonable thing to do here given the fact that there is nothing to guarantee that request will be passed in when constructing a new fetch event.  Without this, `(new FetchEvent("foo")).request` is essentially specced to cause a crash (which it indeed does in Gecko right now.)  See https://bugzilla.mozilla.org/show_bug.cgi?id=1218499.  Please update the spec accordingly.  Thanks!

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

Received on Monday, 26 October 2015 19:44:29 UTC