Skip to content

Commit

Permalink
api.{Worker,}Navigator.hardwareConcurrency: reinstate Safari support
Browse files Browse the repository at this point in the history
It was unshipped, then reinstated:

https://bugs.webkit.org/show_bug.cgi?id=132588
  • Loading branch information
ddbeck committed Oct 24, 2024
1 parent f546f8b commit 0380b01
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1641,10 +1641,16 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "10.1",
"version_removed": "11"
},
"safari": [
{
"version_added": "15.4",
"notes": "The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See <a href='https://webkit.org/b/233381'>bug 233381</a>."
},
{
"version_added": "10.1",
"version_removed": "11"
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
Expand Down
14 changes: 10 additions & 4 deletions api/WorkerNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,16 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "10.1",
"version_removed": "11"
},
"safari": [
{
"version_added": "15.4",
"notes": "The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See <a href='https://webkit.org/b/233381'>bug 233381</a>."
},
{
"version_added": "10.1",
"version_removed": "11"
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
Expand Down

0 comments on commit 0380b01

Please sign in to comment.