w3c / payment-method-id

Payment Method Identifiers specification
https://w3c.github.io/payment-method-id/
Other
23 stars 20 forks source link

Check what happens if URL parsing throws.... #27

Closed marcos-travel closed 7 years ago

marcos-travel commented 7 years ago

... and if PaymentRequest is trying to use a malformed URL.

new PaymentRequest(["🤷‍♂️::\\foo"]) 
zcorpan commented 7 years ago

Parsing will also fail for "foo" because there's no base URL.

marcoscaceres commented 7 years ago

handled by updated spec