Re: [whatwg] Fetch: use separate methods instead of one `to` method in FetchBodyStream

On 19 June 2014 12:56, Jake Archibald <jaffathecake@gmail.com> wrote:
>
> Good point.
>
> toJSON
> toText
> toBlob
> toArrayBuffer
>
> …works for me.
>

Ah yes, the toJSON clash (thanks Tobie).

asJSON
asText
asBlob
asArrayBuffer

Received on Thursday, 19 June 2014 12:04:54 UTC