Skip to content

Commit

Permalink
Update Safari iOS data for api.Window.open (#23483)
Browse files Browse the repository at this point in the history
* Update Safari iOS data for api.Window.open

This PR updates and corrects version values for Safari iOS/iPadOS for the `open` member of the `Window` API. This fixes #21661, which contains the supporting evidence for this change.

* Update api/Window.json

Co-authored-by: Claas Augner <[email protected]>

---------

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
queengooborg and caugner authored Oct 25, 2024
1 parent 7851899 commit 604ef69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -3374,7 +3374,11 @@
"safari": {
"version_added": "1"
},
"safari_ios": "mirror",
"safari_ios": {
"version_added": "1",
"partial_implementation": true,
"notes": "This method will not function if the <code>target</code> parameter is unspecified or set to <code>_blank</code>."
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
Expand Down

0 comments on commit 604ef69

Please sign in to comment.