Re: [w3c/payment-request] fix: close request if sheet is showing (#821)

> assume whatever is in Blink will work in Edge.

May or may not, depending on where Chromium ends and Edge begins. Blink is a very thin layer that mostly forwards calls to the browser process, where most of the logic is implemented. The reason for that is we trust the renderer process as little as possible, since it parses and runs arbitrary HTML/JS from the web.

-- 
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/pull/821#issuecomment-454484412

Received on Tuesday, 15 January 2019 17:45:38 UTC