eligrey / Blob.js

An HTML5 Blob implementation
Other
1.15k stars 605 forks source link

Fix close() #30

Closed jimmywarting closed 10 years ago

jimmywarting commented 10 years ago

Cannot assign to read only property 'length'

eligrey commented 10 years ago

Fixed in d54b3c06a7a68ec5e8b2d51357d8cac498a80950. At first it looked like FakeBlob was using Array internally, so sorry for closing this initially.