- From: Michael van Ouwerkerk <notifications@github.com>
- Date: Tue, 25 Nov 2014 06:24:25 -0800
- To: w3c/push-api <push-api@noreply.github.com>
Received on Tuesday, 25 November 2014 14:24:55 UTC
> + 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> Why are there paragraphs in these list items? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/pull/88/files#r20865058
Received on Tuesday, 25 November 2014 14:24:55 UTC