Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update Safari version for typed array methods #1220

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions features/array-copywithin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ group:
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-30
baseline_low_date: 2016-09-20
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "32"
firefox_android: "32"
safari: "9"
safari_ios: "9"
safari: "10"
safari_ios: "10"
compat_features:
- javascript.builtins.Array.copyWithin
- javascript.builtins.TypedArray.copyWithin
14 changes: 0 additions & 14 deletions features/array-from.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-30
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "32"
firefox_android: "32"
safari: "9"
safari_ios: "9"
compat_features:
- javascript.builtins.Array.from
- javascript.builtins.TypedArray.from
18 changes: 18 additions & 0 deletions features/array-from.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated from: array-from.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2016-09-20
baseline_high_date: 2019-03-20
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "38"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this changed from 32 to 38, but I didn't check why because it's long ago and doesn't change the Baseline date.

firefox_android: "38"
safari: "10"
safari_ios: "10"
compat_features:
- javascript.builtins.Array.from
- javascript.builtins.TypedArray.from
14 changes: 0 additions & 14 deletions features/array-includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ snapshot: ecmascript-2016
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-12-01
support:
chrome: "47"
chrome_android: "47"
edge: "14"
firefox: "43"
firefox_android: "43"
safari: "9"
safari_ios: "9"
compat_features:
- javascript.builtins.Array.includes
- javascript.builtins.TypedArray.includes
18 changes: 18 additions & 0 deletions features/array-includes.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated from: array-includes.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2016-09-20
baseline_high_date: 2019-03-20
support:
chrome: "47"
chrome_android: "47"
edge: "14"
firefox: "43"
firefox_android: "43"
safari: "10"
safari_ios: "10"
compat_features:
- javascript.builtins.Array.includes
- javascript.builtins.TypedArray.includes
6 changes: 3 additions & 3 deletions features/array-of.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ group:
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-30
baseline_low_date: 2016-09-20
support:
chrome: "45"
chrome_android: "39"
edge: "12"
firefox: "25"
firefox_android: "25"
safari: "9"
safari_ios: "9"
safari: "10"
safari_ios: "10"
compat_features:
- javascript.builtins.Array.of
- javascript.builtins.TypedArray.of
Loading