From 5992ffab100756b555a951a0154e7c27548abc8e Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Thu, 11 Nov 2021 06:48:24 -0800 Subject: [PATCH] Add missing api.PermissionStatus.name 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 `name` member of the PermissionStatus API, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v4.0.0). Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/PermissionStatus/name _Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._ --- api/PermissionStatus.json | 48 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/api/PermissionStatus.json b/api/PermissionStatus.json index 2d80e690982cac..e76f3e2d03c426 100644 --- a/api/PermissionStatus.json +++ b/api/PermissionStatus.json @@ -49,6 +49,54 @@ "deprecated": false } }, + "name": { + "__compat": { + "spec_url": "https://w3c.github.io/permissions/#dom-permissionstatus-name", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": { + "version_added": false + }, + "edge": { + "version_added": false + }, + "firefox": { + "version_added": "93" + }, + "firefox_android": { + "version_added": "93" + }, + "ie": { + "version_added": false + }, + "opera": { + "version_added": false + }, + "opera_android": { + "version_added": false + }, + "safari": { + "version_added": false + }, + "safari_ios": { + "version_added": false + }, + "samsunginternet_android": { + "version_added": false + }, + "webview_android": { + "version_added": false + } + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "onchange": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/PermissionStatus/onchange",