I'm trying to make a system that uses the Payment Request Api and for the most part its successful, but TypeScript doesn't seem to have a definition for canMakePayment
under the PaymentRequest
object.
Am I missing something or do I need to cast it to any
so my Typescript builds?
Thanks