Re: [w3c/payment-request] Extensibility of PaymentResponse.complete(result) (#817)

> Would be interesting to explore the possibility of having an IDL definition in the manifest for payment methods that use a URL identifier?

Would be nice. The challenge is that browser today can only use IDL statically: we literally take IDL as text input, run it through a Python-based processor, and spit out C++... which is then compiled into the browser itself (i.e., no way of doing some kind of JIT compilation today).

So, before we start going too deep into technical solution, I think we should be clear about we might need to support SRC and other things. 

-- 
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/817#issuecomment-457388174

Received on Thursday, 24 January 2019 22:49:26 UTC