Skip to content

Commit

Permalink
Update Chromium data for api.Document.domain (mdn#21501)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `domain` member of the `Document` API. This updates the note introduced in mdn#18500 to a) better explain the new behavior, b) fix the version number (see https://chromestatus.com/feature/5428079583297536), c) remove an empty link to a demo, and d) link to an MDN article explaining origin-keyed agent clusters, not a ChromeStatus page.

Additional Notes: This fixes mdn#21221.
  • Loading branch information
queengooborg authored Dec 12, 2023
1 parent 91af765 commit ab4fd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@
"support": {
"chrome": {
"version_added": "1",
"notes": "From Chrome 110, <code>domain</code> is available by opt-in via `Origin-keyed agent clusters` <a href='https://origin-agent-cluster-demo.dev'></a>. See this <a href='https://chromestatus.com/feature/5428079583297536'>chromestatus entry</a>."
"notes": "Since Chrome 115, setting <code>domain</code> has no effect, unless the website has opted into <a href='https://developer.mozilla.org/docs/Web/HTTP/Headers/Origin-Agent-Cluster'>origin-keyed agent clusters</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down

0 comments on commit ab4fd0a

Please sign in to comment.