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

> @@ -177,6 +181,26 @@
>          [[!SERVICE-WORKERS]].
>        </p>
>        <p>
> +        The algorithms <a href="http://www.w3.org/TR/encoding/#utf-8-encode"><dfn>utf-8
> +        encode</dfn></a>, and <a href="http://www.w3.org/TR/encoding/#utf-8-decode"><dfn>utf-8
> +        decode</dfn></a> are defined in [[!ENCODING]].
> +      </p>
> +      <p>
> +        <code><a href="http://www.w3.org/TR/FileAPI/#blob"><dfn>Blob</dfn></a></code> is defined in
> +        [[!FILEAPI]].
> +      </p>
> +      <p>
> +        <code><a href="https://heycam.github.io/webidl/#idl-any"><dfn>Any</dfn></a></code>,

Done.

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

Received on Wednesday, 26 November 2014 13:43:01 UTC