-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payment Handler spec defines IDL types very similar to manifest #652
Comments
Yeah, we need to get Payment Handler to use our definitions... working on this. The problem is that the manifest format might not work well for the API... basically the We need to sort all that out. We also need to define how to fetch an image without passing in the manifest. cc'in @agektmr, as he mentioned this issue in #233 and might find this discussion interesting. |
To be clear, we need to generalize the algorithms or we need to find other specs that handle this kind of thing already (e.g., web notifications handles The current situation is not ideal. |
I totally agree. |
Closing as there is no action here... will follow up on the Payment Handler side. |
ie.
Manifest: https://www.w3.org/TR/appmanifest/#imageresource-and-its-members
Payment Handler: https://w3c.github.io/payment-handler/#dom-imageobject
Unfortunately they are also slightly different, ie the use of USVString vs DOMString
The text was updated successfully, but these errors were encountered: