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

>            </li>
>            <li>
>              <a>Queue a task</a> to <a title="fire a simple event">fire <var>event</var> as a simple
>              event</a> named <code>push</code> at <var>scope</var>.
>            </li>
>          </ol>
> +        <p>
> +          When a constructor of the <a><code>PushEvent</code></a> interface, or of an interface
> +          that inherits from the <a><code>PushEvent</code></a> interface, is invoked, the usual
> +          <a>steps for constructing events</a> MUST be modified as follows: if the

Why if? The data attribute is now required. What happens if it is not set?

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

Received on Tuesday, 25 November 2014 14:32:35 UTC