Skip to content

Commit

Permalink
Add Intl.DateTimeFormat's fractionalSecondDigits option (#7469)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Dec 3, 2020
1 parent f10ad2a commit b4e45cf
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions javascript/builtins/intl/DateTimeFormat.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,56 @@
}
}
},
"fractionalSecondDigits": {
"__compat": {
"support": {
"chrome": {
"version_added": "84"
},
"chrome_android": {
"version_added": "84"
},
"edge": {
"version_added": "84"
},
"firefox": {
"version_added": "84"
},
"firefox_android": {
"version_added": "84"
},
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "14.6.0"
},
"opera": {
"version_added": "70"
},
"opera_android": {
"version_added": "60"
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": "84"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"hourCycle": {
"__compat": {
"support": {
Expand Down

0 comments on commit b4e45cf

Please sign in to comment.