From ab4fd0a63e7d8e2242c005c01e25f7ec23be6759 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 12 Dec 2023 04:50:48 -0800 Subject: [PATCH] Update Chromium data for api.Document.domain (#21501) 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 #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 #21221. --- api/Document.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Document.json b/api/Document.json index 0dba6be44cbfac..1cc97ba64f3038 100644 --- a/api/Document.json +++ b/api/Document.json @@ -2554,7 +2554,7 @@ "support": { "chrome": { "version_added": "1", - "notes": "From Chrome 110, domain is available by opt-in via `Origin-keyed agent clusters` . See this chromestatus entry." + "notes": "Since Chrome 115, setting domain has no effect, unless the website has opted into origin-keyed agent clusters." }, "chrome_android": "mirror", "edge": {