You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #165784 it would be great to enable payments (the Payment Request API) for webviews. For VS Code web this works if I add allow="payment" here:
Similar to #165784 it would be great to enable payments (the Payment Request API) for webviews. For VS Code web this works if I add
allow="payment"
here:vscode/extensions/simple-browser/src/simpleBrowserView.ts
Line 168 in 969b571
However, #165784 touches more files and I'm also not sure how to re-generate the SHA here.
Note: The Payment Request API is only available for Chrome, Edge and Safari
The text was updated successfully, but these errors were encountered: