> So, maybe we should not so hastily remove requestPermission. Instead, it could be taken like registerProtocolHandler as a silent background registration that does not explicitly prompt the user.
@mgiuca: `requestPermission()` by itself does not install a payment handler. That happens during `instruments.set()`. I can see `instruments.set()` being silent without any prompts in some cases. That's why the [pull request](https://github.com/rsolomakhin/payment-handler/pull/1) makes the prompt optional.
--
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/payment-handler/issues/246#issuecomment-361950649