robnyman / robnyman.github.com

Demos
518 stars 438 forks source link

Localstorage demo fails with undefined blobBuilder #8

Closed mikeycooper closed 11 years ago

mikeycooper commented 11 years ago

BlobBuilder seems to have been deprecated in favor of the Blob constructor. On Chrome, none of the various BlobBuilders checked were defined. I had to make the following changes to get it to work properly:

https://gist.github.com/mikeycooper/4717763

robnyman commented 11 years ago

Thanks! I've updated the code, pushed the update and also updated the article about it