Re: [w3c/manifest] Use URLPattern for scope member (#1002)

More cases that URLPattern could help with: 

1. Scope that comprises multiple non-overlapping paths
    * Eg.: scope = contoso.com/a + contoso.com/b
1. Scope with wildcard path elements (eg. part of the URL path is a username that cannot be determined statically)
    * Eg.: scope = contoso.com/user/*/app
1. Being able to exclude files/paths from a scope
    * Eg.: scope = contoso.com/ - contoso.com/about - contoso.com/contact
   

-- 
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/1002#issuecomment-919437464

Received on Tuesday, 14 September 2021 19:07:59 UTC