Re: Is BlobBuilder needed?

This ultimately amounts to syntactic sugar compared to the existing api.
It's tasty, but adds no new functionality. Also there's still the issue of
how this new api would provide the existing functionality around line
endings, so less functionality at the moment. I'm not opposed to
additions/enhancements,  just want to put it in perspective and to question
whether the api churn is worth it.

On Mon, Oct 24, 2011 at 10:19 PM, Erik Arvidsson <arv@chromium.org> wrote:

> On Mon, Oct 24, 2011 at 19:54, Jonas Sicking <jonas@sicking.cc> wrote:
> > Sure. Though you could also just do
> >
> > var b = new Blob();
> > b = new Blob([b, data]);
> > b = new Blob([b, moreData]);
>
> That works for me.
>
> --
> erik
>
>

Received on Tuesday, 25 October 2011 18:57:39 UTC