Issues
- 8
Does not tolerate `+` in protocol
#228 opened by rotu - 1
- 2
Globstar `**` causes exponential runtime behavior
#237 opened by johnp - 6
delimiter characters not included in component parts
#227 opened by rotu - 10
Cannot capture default port in a named group
#234 opened by rotu - 0
- 1
- 14
Add a "using URLPattern in other APIs" section
#182 opened by domenic - 2
Constructor string parser has confusing result for paths containing a colon.
#210 opened by jeremyroman - 5
- 10
- 6
Opaque Host and domain encoding
#220 opened by rubycon - 4
- 3
The way to integrate the API without depending on ECMAScript realm.
#217 opened by yoshisatoyanagisawa - 21
Base URL inheritance gives unintuitive results
#179 opened by domenic - 1
- 0
Incorrect type in group name assignment
#208 opened by rubycon - 5
Loose base URL check can crash URL parser
#204 opened by rubycon - 0
More consistent and robust segment wilcard generation
#207 opened by rubycon - 0
Handling of special character in hostname
#206 opened by rubycon - 9
- 0
Base URL and empty pathname in URLPatternInit
#200 opened by sisidovski - 2
Custom named full-wildcard
#197 opened by bdc34 - 5
WHATWG migration
#190 opened by sisidovski - 2
Repeated groups are not split into an array
#146 opened by posva - 2
Expose the groups keys in patterns
#147 opened by posva - 6
Search params matching
#150 opened by bathos - 0
Consider cleaning up extra markdown documents
#195 opened by domenic - 1
Hash test matching different from path matching
#192 opened by jvailius - 0
- 1
Use `v` regexp flag instead of `u`
#178 opened by nicolo-ribaudo - 4
- 1
Meta: get default port exported from URL
#142 opened by annevk - 2
Editorial: "Else" is not Infra language
#144 opened by annevk - 0
Meta: get parser states exported from URL
#141 opened by annevk - 12
Named vs. Anonymous wildcard groups have inconsistent and confusing behavior
#163 opened by HansBrende - 2
Consider creating a RFC for base functionality
#180 opened by pmeenan - 2
URLPattern search param order matters
#176 opened by reggi - 6
- 1
- 1
- 1
- 26
No option to make URLPattern case insensitive
#148 opened by posva - 3
bug?
#167 opened by jimmywarting - 12
- 15
- 11
pattern string canonicalization with wildcards can result in different meanings
#145 opened by wanderview - 8
pathname `.` collapsing triggering too much
#156 opened by crowlKats - 0
matching dotfiles can be difficult
#159 opened by wanderview - 1
pathnames starting with `./` immediately follow by a matching group can result in double-slash
#158 opened by wanderview