- From: MaxG <notifications@github.com>
- Date: Fri, 31 Jan 2020 12:24:09 -0800
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 31 January 2020 20:24:11 UTC
PaymentRequestEvent.OpenWindow(url) could fail in two different ways: * reject - for example, "If url is about:blank, return a Promise rejected with a TypeError." * resolve with null - for example, "If url's origin is not the same as the service worker's origin associated with the payment handler, return a Promise resolved with null." What's the purpose of having two ways to refuse a failed "OpenWindow()". Can we merge them for developer ergonomics? (link to the Chrome Implementation discussion: crbug.com/1046120) -- 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/361
Received on Friday, 31 January 2020 20:24:11 UTC