rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

dont make Blob Immutable #237

Closed yoavniran closed 6 years ago

yoavniran commented 6 years ago

do the same check for Blob as currently being done for File to prevent it from unnecessarily being turned into Immutable

fixes #203

yoavniran commented 6 years ago

Travis build fails with:

zuul -- test/*.spec.js

/home/travis/build/rtfeldman/seamless-immutable/node_modules/zuul/bin/zuul:328

        throw err.message;

        ^

chrome@45: localtunnel server returned an error, please try again

Can someone help?

yoavniran commented 6 years ago

hi @rtfeldman - any chance this could get in? we have a bug open and ignoring Blob (as File is) solves it. Id rather not use my fork in Production...

rtfeldman commented 6 years ago

Thanks @yoavniran! Published as 7.1.3