Issues
- 16
Spec and WPT inconsistencies
#239 opened by anonrig - 6
- 0
Use ASCII code point instead of custom "is ASCII"
#253 opened by annevk - 0
URLPattern use of URL record is ambiguous
#252 opened by youennf - 5
- 8
Why does this test succeed with pathname "/foo/bar"?
#240 opened by anonrig - 2
Consider adapting industry-wide standards like OpenAPI for Path Templating Matching
#241 opened by simonsan - 7
Search params matching
#150 opened by bathos - 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 - 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
- 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
- 3
bug?
#167 opened by jimmywarting - 12
- 15
- 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