← back to v147 · get-secure-payment-confirmation-capabilities
conformance · v147
v147 · get-secure-payment-confirmation-capabilities — conformance probe
4 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
4
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
payment-request-exists |
PaymentRequest constructor is exposed on the global window. | exists | … | |
get-spc-capabilities-exists |
PaymentRequest.getSecurePaymentConfirmationCapabilities is exposed as a static function. | typeof | … | |
get-spc-capabilities-returns-promise |
PaymentRequest.getSecurePaymentConfirmationCapabilities() returns a Promise. | script | … | |
get-spc-capabilities-resolves-to-object |
PaymentRequest.getSecurePaymentConfirmationCapabilities() resolves to an object with a boolean paymentCredentials property. | script | … |