Re: [touch-events] TouchEvent constructor is very unusual since it converts one type of object (sequence) to another type (TouchList) (#54)

Hmm, [`ServiceWorkerMessageEvent`](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#serviceworkermessage-event-interface) is another interesting example.  It takes a `sequence` on input and uses an array type on output.  Presumably there's some story about [WebIDL array types](http://www.w3.org/TR/WebIDL/#idl-array) being replaced by [`FrozenArray<T>`](https://heycam.github.io/webidl/#idl-frozen-array)?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/issues/54#issuecomment-166750706

Received on Tuesday, 22 December 2015 22:27:03 UTC