blob-polyfill
Advanced tools
Comparing version 4.0.20200531 to 4.0.20200601
@@ -540,2 +540,4 @@ /* Blob.js | ||
new File([], ""); | ||
exports.File = global.File; | ||
exports.FileReader = global.FileReader; | ||
} catch (e) { | ||
@@ -542,0 +544,0 @@ try { |
# `blob-polyfill` CHANGELOG | ||
## v4.0.20200601 | ||
* [Blob.js] Populate File and FileReader in exports after confirming File is supported (@bjornstar) | ||
## v4.0.20200531 | ||
@@ -4,0 +7,0 @@ * [Blob.js] Do not attempt to set readonly property Symbols (@bjornstar) |
{ | ||
"name": "blob-polyfill", | ||
"version": "4.0.20200531", | ||
"version": "4.0.20200601", | ||
"description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.", | ||
@@ -5,0 +5,0 @@ "main": "Blob.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25012
625