On Tue, Aug 5, 2014 at 12:38 AM, Tobie Langel <[email protected]> wrote: > On Aug 5, 2014, at 4:21, Jonas Sicking <[email protected]> wrote: > >> Both the "scope" and "open-in-app" manifest attributes are arrays of >> strings. These strings must end with "/*". Ignoring the ending "*", >> the strings must be valid URLs. But relative URLs are ok. > > I don't know your constraints, but ServiceWorker has a similarly named > scope attribute and just dropped the "*"-based notation. Might be > worth trying to be consistant, here.
Agreed. I was trying to be consistent with SW but wasn't aware that they had dropped the "*". I agree we should do that here too. / Jonas _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
