Skip to content

Commit

Permalink
Demix NavigatorConcurrentHardware
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
foolip and Elchi3 committed Jun 7, 2021
1 parent 425c39c commit 59d9567
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 106 deletions.
51 changes: 51 additions & 0 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,57 @@
}
}
},
"hardwareConcurrency": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/hardwareConcurrency",
"spec_url": "https://html.spec.whatwg.org/multipage/workers.html#navigator.hardwareconcurrency",
"support": {
"chrome": {
"version_added": "37"
},
"chrome_android": {
"version_added": "37"
},
"edge": {
"version_added": "15"
},
"firefox": {
"version_added": "48"
},
"firefox_android": {
"version_added": "48"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "24"
},
"opera_android": {
"version_added": "24"
},
"safari": {
"version_added": "10.1",
"version_removed": "11"
},
"safari_ios": {
"version_added": "10.3",
"version_removed": "11"
},
"samsunginternet_android": {
"version_added": "3.0"
},
"webview_android": {
"version_added": "37"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"hid": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/hid",
Expand Down
106 changes: 0 additions & 106 deletions api/NavigatorConcurrentHardware.json

This file was deleted.

51 changes: 51 additions & 0 deletions api/WorkerNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,57 @@
}
}
},
"hardwareConcurrency": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WorkerNavigator/hardwareConcurrency",
"spec_url": "https://html.spec.whatwg.org/multipage/workers.html#navigator.hardwareconcurrency",
"support": {
"chrome": {
"version_added": "37"
},
"chrome_android": {
"version_added": "37"
},
"edge": {
"version_added": "15"
},
"firefox": {
"version_added": "48"
},
"firefox_android": {
"version_added": "48"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "24"
},
"opera_android": {
"version_added": "24"
},
"safari": {
"version_added": "10.1",
"version_removed": "11"
},
"safari_ios": {
"version_added": "10.3",
"version_removed": "11"
},
"samsunginternet_android": {
"version_added": "3.0"
},
"webview_android": {
"version_added": "37"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"permissions": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WorkerNavigator/permissions",
Expand Down

0 comments on commit 59d9567

Please sign in to comment.