- From: Dominique Hazael-Massieux <notifications@github.com>
- Date: Wed, 06 Jan 2016 07:58:08 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 6 January 2016 15:58:42 UTC
the `T[]` array type has been removed from WebIDL, but Service Worker still uses it with `MessagePort[]` in `ServiceWorkerMessageEvent` and `ExtendableMessageEvent`. Also, it applies the `[SameObject]` extended attribute to those, but `[SameObject]` is not supposed to be applied to arrays, only to interface types. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/810
Received on Wednesday, 6 January 2016 15:58:42 UTC