Skip to content

Commit

Permalink
Add a note of Blob Constructor in IE10
Browse files Browse the repository at this point in the history
  • Loading branch information
aleen42 committed Dec 31, 2021
1 parent 8807bad commit 8ebdf7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"notes": "Before Firefox 16, the second parameter, when set to <code>null</code> or <code>undefined</code>, leads to an error instead of being handled as an empty dictionary."
},
"ie": {
"version_added": "10"
"version_added": "10",
"notes": "IE10 will error out 'InvalidStateError' when constructing with <code>TypedArray</code>, use <code>MSBuilder</code> as an alternative."
},
"nodejs": {
"version_added": "15.7.0"
Expand Down

0 comments on commit 8ebdf7a

Please sign in to comment.