Skip to content

Commit

Permalink
Mark Safari 9 as not supporting argument destructuring
Browse files Browse the repository at this point in the history
According to kangax, Safari 9 doesn't support defaults in destructured object
arguments to arrow functions.
  • Loading branch information
adrianheine committed Oct 12, 2018
1 parent fd0cbb5 commit f311900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.js
Expand Up @@ -37,7 +37,7 @@ export const matrix = {
},
safari: {
8: 0b010000000000000001001,
9: 0b010010011000011011101,
9: 0b010010001000011011101,
10: 0b110111111001111111111,
'10.1': 0b111111111001111111111,
11: 0b111111111001111111111
Expand Down

0 comments on commit f311900

Please sign in to comment.