File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 537537
538538 try {
539539 new File ( [ ] , "" ) ;
540+ exports . File = global . File ;
541+ exports . FileReader = global . FileReader ;
540542 } catch ( e ) {
541543 try {
542544 exports . File = new Function ( "class File extends Blob {" +
Original file line number Diff line number Diff line change 11# ` blob-polyfill ` CHANGELOG
22
3+ ## v4.0.20200601
4+ * [ Blob.js] Populate File and FileReader in exports after confirming File is supported (@bjornstar )
5+
36## v4.0.20200531
47* [ Blob.js] Do not attempt to set readonly property Symbols (@bjornstar )
58* [ Blob.js] Do not use prototype built-ins (@bjornstar )
Original file line number Diff line number Diff line change 11{
22 "name" : " blob-polyfill" ,
3- "version" : " 4.0.20200531 " ,
3+ "version" : " 4.0.20200601 " ,
44 "description" : " Blob.js implements the W3C Blob interface in browsers that do not natively support it." ,
55 "main" : " Blob.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments