Re: [push-api] Make PushEvent's data payload binary instead of just a string (#88)

>          class="idl" data-merge="PushEventInit">
>            <dt>
> -            readonly attribute DOMString? data
> +            readonly attribute PushMessageData data

Service workers must have `EventTarget` and therefore will have `dispatchEvent()`.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/88/files#r20851185

Received on Tuesday, 25 November 2014 09:31:51 UTC