- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 19 May 2021 23:00:14 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 May 2021 06:00:30 UTC
Although there is overlap, I think the Permission API serves a different purpose (specific for "powerful features" and permission policy checks)... "payments" itself being a powerful feature.
In the future, I guess we could look at something like:
```JS
await navigator.permissions.query({
name: "payments",
data: {
handler: 'https://account.rakuten.com/me',
name: 'order-history',
}
}
```
But being able to communicating with an arbitrary third-party payment handler over this mechanism feels very unpalatable to me.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/224#issuecomment-844725290
Received on Thursday, 20 May 2021 06:00:30 UTC