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