Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari 15.4 reinstatesapi.{Worker,}Navigator.hardwareConcurrency #24815

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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