Skip to content

Commit

Permalink
Add missing api.PermissionStatus.name feature (#13466)
Browse files Browse the repository at this point in the history
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)._
  • Loading branch information
queengooborg authored Nov 12, 2021
1 parent 46454f4 commit 66ea5ba
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions api/PermissionStatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 66ea5ba

Please sign in to comment.