sortable icon indicating copy to clipboard operation
sortable copied to clipboard

Vanilla JavaScript table sort

Results 35 sortable issues
Sort by recently updated
recently updated
newest added

I am creating this issue based on discussion on issue #843. I am hearing several use cases for fine-grained error reporting when canMakePayment() returns false: * An error message (e.g.,...

Future Candidate Feature

WebKit has converted some of the manual payment-request tests into automated tests by creating a mock payment UI in our testing harness that can be scripted from the test. Here's...

It would nice, in a future version of the spec, for consistency with new DOM APIs, for promise-returning methods to accept an `AbortSignal`. We could then deprecate `.abort()` over time.

Future Candidate Feature

Follow up of #800. We need to add a means to answer "If `canMakePayment` is true, is there a valid credential that could be used to make a payment?"

Future Candidate Feature

The payment options currently do not support "requestVAT" which is necessary in any B2B ecommerce context in Europe. A shop owner has to deliver products without tax if the ordering...

proposal - needs discussion
Future Candidate Feature

Where events are created, we should switch to: https://dom.spec.whatwg.org/#concept-event-constructor-ext

Editorial

1. We would like to add ability to specify shopping cart content images in Payment Request. 2. We would like to add ability to specify both the primary and the...

proposal - needs discussion
Future Candidate Feature

That was a bit of a click-bait title, sorry. But, I do think we need to consider this. Accommodating PaymentHandlers that may have completed the payment before the website receives...

proposal - needs discussion

From [Gecko bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1447773 ), spec says: > After the payment request has been accepted and the PaymentResponse returned to the caller but before the caller calls complete() the payment request...

proposal - needs discussion

An important part of Shopify's checkout is the ability for the user to enter a discount code and or gift card at any point during the checkout (shown below). Once...

proposal - needs discussion
Future Candidate Feature