scovetta / yasca

Yet Another Source Code Analyzer
183 stars 61 forks source link

BlobBuilder is deprecated, use Blob #5

Closed DanielRuf closed 9 years ago

DanielRuf commented 9 years ago

Information about Blob: https://developer.mozilla.org/en-US/docs/Web/API/Blob http://updates.html5rocks.com/2012/06/Don-t-Build-Blobs-Construct-Them

Code taken from the following SO threads: http://stackoverflow.com/questions/19327749/javascript-blob-filename-without-link http://stackoverflow.com/questions/14527820/html-5-in-chrome-blobbuilder-is-still-work

DanielRuf commented 9 years ago

@scovetta is this project still active or not? Because then I know if it makes sense to work further on the current issues and create pull requests.