eligrey / Blob.js

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

File is not defined exception #65

Closed FranckFreiburger closed 5 years ago

FranckFreiburger commented 5 years ago

Hello,

at this point: https://github.com/eligrey/Blob.js/blob/20316adffb3b31ea89e7915030329d689c665462/Blob.js#L383

IE9 complains that File is not defined. I agree with IE because FakeBlobBuilder(), that defines File constructor, has not been called yet.

Do I miss something ?