Skip to content

Commit

Permalink
Fix Chromium versions for Symbol.unscopables
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed May 9, 2022
1 parent 64d947e commit c895a02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions javascript/builtins/Symbol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1156,10 +1156,10 @@
"spec_url": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables",
"support": {
"chrome": {
"version_added": "45"
"version_added": "38"
},
"chrome_android": {
"version_added": "45"
"version_added": "38"
},
"deno": {
"version_added": "1.0"
Expand All @@ -1180,10 +1180,10 @@
"version_added": "0.12.0"
},
"opera": {
"version_added": "32"
"version_added": "25"
},
"opera_android": {
"version_added": "32"
"version_added": "25"
},
"safari": {
"version_added": "9"
Expand All @@ -1192,10 +1192,10 @@
"version_added": "9"
},
"samsunginternet_android": {
"version_added": "5.0"
"version_added": "3.0"
},
"webview_android": {
"version_added": "45"
"version_added": "38"
}
},
"status": {
Expand Down

0 comments on commit c895a02

Please sign in to comment.