Closed mikeycooper closed 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
Thanks! I've updated the code, pushed the update and also updated the article about it
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