Skip to content

Commit

Permalink
Remove the api.PaymentManager.requestPermission entry (#9399)
Browse files Browse the repository at this point in the history
This was added in #1978,
but was actually never shipped. It was removed from the spec in
w3c/payment-handler#277 and has never been
present in Chromium's payment_manager.idl.
  • Loading branch information
foolip authored Mar 9, 2021
1 parent 7fcdd2e commit 7b32d59
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions api/PaymentManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,55 +142,6 @@
}
}
},
"requestPermission": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PaymentManager/requestPermission",
"description": "<code>requestPermission()</code>",
"support": {
"chrome": {
"version_added": "70"
},
"chrome_android": {
"version_added": "70"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "57"
},
"opera_android": {
"version_added": "49"
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": true
}
}
},
"userHint": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PaymentManager/userHint",
Expand Down

0 comments on commit 7b32d59

Please sign in to comment.