- From: Adrian Hope-Bailie <notifications@github.com>
- Date: Wed, 09 Mar 2016 03:11:29 -0800
- To: w3c/webpayments <webpayments@noreply.github.com>
Received on Wednesday, 9 March 2016 11:12:26 UTC
I believe it will be a useful feature for payee's to be able to interrogate the browser on the status of an installed app but only get a response if the app is from the same origin as the payee's website. Example: If a user is on xyzstore.com the code on the website can issue a call like `navigator.payments.isAppRegistered("xyzstore.com")` and get a true or false however if the website calls `navigator.payments.isAppRegistered("example.com")` this will throw an error. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webpayments/issues/112#issuecomment-194244487
Received on Wednesday, 9 March 2016 11:12:26 UTC