[ServiceWorker] Consider dropping initServiceWorkerMessageEvent() (#701)

`ServiceWorkerMessageEvent` has `initServiceWorkerMessageEvent()` [1], but I think we should drop this method because as the note[2] says, `initEvent()` method only exists for historical reason and we can use constructor to initialize events.

[1] https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#serviceworkermessage-event-initserviceworkermessageevent-method
[2] https://dom.spec.whatwg.org/#dom-event-initeventtype-bubbles-cancelable

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

Received on Wednesday, 20 May 2015 05:03:22 UTC