Skip to content

Commit

Permalink
FF91 Window.clientInformation as alias for .navigator (#11690)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jul 23, 2021
1 parent 77da805 commit d249482
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -4132,12 +4132,24 @@
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": {
"version_added": "4"
},
"firefox": [
{
"version_added": "1"
},
{
"version_added": "91",
"alternative_name": "clientInformation"
}
],
"firefox_android": [
{
"version_added": "4"
},
{
"version_added": "91",
"alternative_name": "clientInformation"
}
],
"ie": {
"version_added": "4"
},
Expand Down

0 comments on commit d249482

Please sign in to comment.