Skip to content

Commit

Permalink
Add clientInformation (alias of navigator) for all browsers
Browse files Browse the repository at this point in the history
Follow-up to #11690.
  • Loading branch information
foolip committed Jul 23, 2021
1 parent d249482 commit e10484d
Showing 1 changed file with 90 additions and 30 deletions.
120 changes: 90 additions & 30 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -4123,15 +4123,33 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/navigator",
"spec_url": "https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": "12"
},
"chrome": [
{
"version_added": "1"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"chrome_android": [
{
"version_added": "18"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"edge": [
{
"version_added": "12"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"firefox": [
{
"version_added": "1"
Expand All @@ -4150,27 +4168,69 @@
"alternative_name": "clientInformation"
}
],
"ie": {
"version_added": "4"
},
"opera": {
"version_added": "3"
},
"opera_android": {
"version_added": "10.1"
},
"safari": {
"version_added": "1"
},
"safari_ios": {
"version_added": "1"
},
"samsunginternet_android": {
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
}
"ie": [
{
"version_added": "4"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"opera": [
{
"version_added": "3"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"opera_android": [
{
"version_added": "10.1"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"safari": [
{
"version_added": "1"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"safari_ios": [
{
"version_added": "1"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"samsunginternet_android": [
{
"version_added": "1.0"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
],
"webview_android": [
{
"version_added": "1"
},
{
"version_added": true,
"alternative_name": "clientInformation"
}
]
},
"status": {
"experimental": false,
Expand Down

0 comments on commit e10484d

Please sign in to comment.