From c3383b4692b8b36f461f8ab2dc4a1e23db1ae0a9 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Thu, 24 Nov 2022 08:05:59 -0800 Subject: [PATCH] Add missing api.XRAnchorSet.@@iterator 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 `@@iterator` member of the XRAnchorSet 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/XRAnchorSet/@@iterator _Check out the [collector's guide on how to review this PR](https://github.com/GooborgStudios/mdn-bcd-collector#reviewing-bcd-changes)._ --- api/XRAnchorSet.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/api/XRAnchorSet.json b/api/XRAnchorSet.json index b9186c94374c5..c6d43f337795b 100644 --- a/api/XRAnchorSet.json +++ b/api/XRAnchorSet.json @@ -238,6 +238,40 @@ "deprecated": false } } + }, + "@@iterator": { + "__compat": { + "support": { + "chrome": { + "version_added": "85" + }, + "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": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": { + "version_added": false + } + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } }