From 1a98efd1fae31330bf73f561aa198a61926f8a30 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Thu, 24 Nov 2022 08:04:03 -0800 Subject: [PATCH] Add missing api.WindowClient.ancestorOrigins feature This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `ancestorOrigins` member of the WindowClient API, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v7.0.0). Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/WindowClient/ancestorOrigins _Check out the [collector's guide on how to review this PR](https://github.com/GooborgStudios/mdn-bcd-collector#reviewing-bcd-changes)._ --- api/WindowClient.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/api/WindowClient.json b/api/WindowClient.json index f6b79a5731d72..1aa46795be449 100644 --- a/api/WindowClient.json +++ b/api/WindowClient.json @@ -35,6 +35,41 @@ "deprecated": false } }, + "ancestorOrigins": { + "__compat": { + "spec_url": "https://w3c.github.io/ServiceWorker/#client-ancestororigins", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "16" + }, + "safari_ios": { + "version_added": false + }, + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "focus": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/WindowClient/focus",