Re: [push-api] Use ExtendableEventInit instead of EventInit (#78)

Also note that when an attribute is added to `ExtendableEvent` and its initializer into `ExtendableEventInit`, the attribute won't be initialized when `PushEventInit` directly inherit from `EventInit`.

At least, we should do either:
- Make PushEventInit inherit from ExtendableEventInit
- Make PushEvent directly inherit from EventInit (not ExtendableEventInit)


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/78#issuecomment-65368044

Received on Wednesday, 3 December 2014 08:02:13 UTC