WICG / pwa-url-handler

Other
75 stars 15 forks source link

Specify where wildcard characters can be used #33

Closed LuHuangMSFT closed 3 years ago

LuHuangMSFT commented 3 years ago

We want to allow wildcard characters to be used at the front of path strings as well as the back. This syntax avoids the performance cost of regexes but allows developers more flexibility in configuring paths for URL handling.

LuHuangMSFT commented 3 years ago

Resolves #30