Re: [w3c/payment-handler] Does PaymentManager need to be exposed to Worker scope? (#340)

@rsolomakhin, Yeah, but if we want to expose the PaymentManager in ServiceWorker(not pure Worker) and Window, then we can change it as follows:
`[Exposed=(Window, ServiceWorker)]`

That being said, I believe we should keep it for consistency according to my earlier comment if there is no special reason(e.g. security risk) not to expose to Worker.

-- 
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-handler/issues/340#issuecomment-518055787

Received on Monday, 5 August 2019 01:33:45 UTC