Skip to content

Commit

Permalink
Add note on Uint8ClampedArray support on early IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Folle de Menezes authored and Alexandre Folle de Menezes committed Sep 24, 2018
1 parent d6322a8 commit b803875
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 197 deletions.
6 changes: 5 additions & 1 deletion data-es6.js
Expand Up @@ -5534,7 +5534,11 @@ exports.tests = [
typescript1: typescript.corejs,
firefox2: false,
firefox4: true,
ie11: true,
ie11: {
val: true,
note_id: "ie-clampedarray",
note_html: "<code>Uint8ClampedArray</code> has been introduced in the build <a href='https://support.microsoft.com/en-us/help/2929437/description-of-the-security-update-for-internet-explorer-11-on-windows'>KB2929437</a>, so it is missing in early IE11 builds"
},
edge12: true,
chrome5: true,
safari6: true,
Expand Down

0 comments on commit b803875

Please sign in to comment.