Re: [w3c/payment-handler] What happens when clearing site data? (#236)

Hmm... so maybe attaching this so directly to the service worker registration is not great. 

We might want the Instruments store to live independently (in the global scope), but then weakly associate it with a service worker registration, so that it can manage the incoming events in the worker global scope. The service worker would then have access to the instruments store, but the store would not be bound to the lifecycle of the service worker registration. 


-- 
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/236#issuecomment-347770408

Received on Wednesday, 29 November 2017 06:58:18 UTC