Re: [w3c/payment-request] window.PaymentRequest returns undefined randomly (#967)

If I understand correctly, this is actually a bug report against an implementation of PaymentRequest, in Safari, and as such the appropriate place to file a bug would be https://bugs.webkit.org/ rather than the spec repository. As such, I'm going to close this issue.

That said, my immediate suspicion would be that PaymentRequest is HTTPS-only, and perhaps you're testing on a devtools connected to a HTTP site when it returns undefined? (e.g. compare trying it on https://google.com and http://example.org).

-- 
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-request/issues/967#issuecomment-931349251

Received on Thursday, 30 September 2021 13:59:59 UTC