Re: [w3c/manifest] Integration with service workers (#161)

@adrianhopebailie 
> If it were possible to use manifest to register a ServiceWorker without executing any code then browsers could determine meta-data about a payment app without needing to execute the registration code of the ServiceWorker itself.

That would not be great, imo - developers need to be in control of the payment registration process AND the service worker. Trying to hide those details, while also supporting the imperative API would be confusing. 

Let's just get payments working with Service Workers first and then if it all works together, look at how we can then make something declarative (via a library first, then maybe standardize later). Trying to standardize something based on web manifest now seems premature - and of limited value, specially if the payments API needs to work without any manifest at all. 

-- 
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/manifest/issues/161#issuecomment-246252696

Received on Monday, 12 September 2016 05:25:02 UTC