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

Hmm. Ok, I've made eventInitDict and it's data member optional again. bytes will just be an empty byte sequence if they aren't set.

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

Received on Wednesday, 26 November 2014 14:20:28 UTC