Re: [w3c/webpayments-payment-apps-api] What is a Payment App? (#105)

@adrianhopebailie,

A quick note about your example here: https://github.com/w3c/webpayments-payment-apps-api/issues/105#issuecomment-283023415

Each of those service worker registrations is for the same (default) scope, which means they will overwrite each other. You can only have one registration per scope. This is probably just glossed over in the example, but I wanted to point it out in case anyone was unaware. Instead, you'd have different scopes for each of those workers to make the example work.

-- 
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/webpayments-payment-apps-api/issues/105#issuecomment-283109739

Received on Tuesday, 28 February 2017 17:37:58 UTC