Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlobBuilder Constructor is Deprecated in Latest Chrome #643

Closed
gfranko opened this issue Aug 1, 2012 · 7 comments
Closed

BlobBuilder Constructor is Deprecated in Latest Chrome #643

gfranko opened this issue Aug 1, 2012 · 7 comments

Comments

@gfranko
Copy link

gfranko commented Aug 1, 2012

You should use the new Blob() constructor. http://updates.html5rocks.com/2012/06/Don-t-Build-Blobs-Construct-Them

@gfranko
Copy link
Author

gfranko commented Aug 1, 2012

Sorry for not clarifying. This is for your custom build tool.

@paulirish
Copy link
Member

where are we using blobbuilder? the builder?

On Wed, Aug 1, 2012 at 6:54 PM, Greg Franko <
reply@reply.github.com

wrote:

You should use the new Blob() constructor.
http://updates.html5rocks.com/2012/06/Don-t-Build-Blobs-Construct-Them


Reply to this email directly or view it on GitHub:
#643

@gfranko
Copy link
Author

gfranko commented Aug 1, 2012

Yep the builder. It looks like it is in builderapp.js

@paulirish
Copy link
Member

its true.. it does throw a warning. cc @ryanseddon

@ryanseddon
Copy link
Member

Yep got a working copy on my local to use new Blob when available. I'll raise and ref this issue over at the website repo.

@sindresorhus
Copy link
Contributor

@ryanseddon was this fixed on the website repo?

@ryanseddon
Copy link
Member

Oops didn't ref this issue in the commit Modernizr/the-old-modernizr.com/issues/23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants