Skip to content

Commit 45d96da

Browse files
authored
Promise-based requestPointerLock() with unadjustedMovement option is supported from Safari 18.4 (#27377)
1 parent 69d8145 commit 45d96da

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

api/Element.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8744,7 +8744,7 @@
87448744
"chrome": [
87458745
{
87468746
"version_added": "37",
8747-
"notes": "From version 92, returns a promise instead of `undefined`. The behavior reflects [a proposed specification change](https://github.com/w3c/pointerlock/pull/49)."
8747+
"notes": "From version 92, returns a promise instead of `undefined`. The behavior reflects [a specification change](https://github.com/w3c/pointerlock/commit/0e99fcf3daa23269bf2b019f5269a154088d2347)."
87488748
},
87498749
{
87508750
"prefix": "webkit",
@@ -8758,7 +8758,7 @@
87588758
},
87598759
"edge": {
87608760
"version_added": "13",
8761-
"notes": "From version 92, returns a promise instead of `undefined`. The behavior reflects [a proposed specification change](https://github.com/w3c/pointerlock/pull/49)."
8761+
"notes": "From version 92, returns a promise instead of `undefined`. The behavior reflects [a specification change](https://github.com/w3c/pointerlock/commit/0e99fcf3daa23269bf2b019f5269a154088d2347)."
87628762
},
87638763
"firefox": [
87648764
{
@@ -8775,15 +8775,16 @@
87758775
"opera": "mirror",
87768776
"opera_android": "mirror",
87778777
"safari": {
8778-
"version_added": "10.1"
8778+
"version_added": "10.1",
8779+
"notes": "From version 18.4, returns a promise instead of `undefined`. The behavior reflects [a specification change](https://github.com/w3c/pointerlock/commit/0e99fcf3daa23269bf2b019f5269a154088d2347)."
87798780
},
87808781
"safari_ios": {
87818782
"version_added": false
87828783
},
87838784
"samsunginternet_android": [
87848785
{
87858786
"version_added": "3.0",
8786-
"notes": "From version 16, returns a promise instead of `undefined`. The behavior reflects [a proposed specification change](https://github.com/w3c/pointerlock/pull/49)."
8787+
"notes": "From version 16, returns a promise instead of `undefined`. The behavior reflects [a specification change](https://github.com/w3c/pointerlock/commit/0e99fcf3daa23269bf2b019f5269a154088d2347)."
87878788
},
87888789
{
87898790
"prefix": "webkit",
@@ -8823,15 +8824,17 @@
88238824
"opera": "mirror",
88248825
"opera_android": "mirror",
88258826
"safari": {
8827+
"version_added": "18.4"
8828+
},
8829+
"safari_ios": {
88268830
"version_added": false
88278831
},
8828-
"safari_ios": "mirror",
88298832
"samsunginternet_android": "mirror",
88308833
"webview_android": "mirror",
88318834
"webview_ios": "mirror"
88328835
},
88338836
"status": {
8834-
"experimental": true,
8837+
"experimental": false,
88358838
"standard_track": true,
88368839
"deprecated": false
88378840
}

0 commit comments

Comments
 (0)