Re: [whatwg] [Fetch] ambiguity problem?

On Aug 12, 2014 10:45 AM, "Anne van Kesteren" <annevk@annevk.nl> wrote:
>
> On Tue, Aug 12, 2014 at 4:40 PM, Brian Kardell <bkardell@gmail.com> wrote:
> > In what way? . response is a completely read DOMString or Object or
> > whatever, not a Stream?
>
> In that you cannot get back to the original response. You can only get
> it in one chosen variant.
>
>

If I do

console. log(o.responseText);
console. log(o.responseText);

The second one will be what?  The response text or nada? Isn't the later
more analogous to what we're taking about here when it's a stream?  It
feels like it's reaching for consistency but could explain how it works
either way..

> --
> http://annevankesteren.nl/

Received on Tuesday, 12 August 2014 17:22:39 UTC