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

> +        invoked, MUST return the result of running <a>utf-8 decode</a> on <var>bytes</var>.
> +      </p>
> +      <div class="idl" title="typedef USVString PushMessageDataInit"></div>
> +      <p class="note">
> +        In future, <a><code>PushMessageDataInit</code></a> is likely to be a union type that
> +        includes types such as <a><code>Blob</code></a> and <a><code>BufferSource</code></a>. The
> +        <a title="extract a byte sequence">algorithm</a> below would be extended, rather like the
> +        Fetch standard's <a href="https://fetch.spec.whatwg.org/#concept-bodyinit-extract">extract
> +        a byte stream</a> algorithm.
> +      </p>
> +      <p>
> +        To <dfn>extract a byte sequence</dfn> from <var>object</var>, run these steps:
> +      </p>
> +      <ol>
> +        <li>
> +          <p>

Removed.

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

Received on Wednesday, 26 November 2014 13:51:37 UTC