Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not initialize members to null in "process a URLPatternInit"
It is not valid for these dictionary members to be null, since they are defined to, if present, hold a USVString value. Instead, these should be omitted from the result dictionary altogether if no string was provided to this algorithm. This addresses the concern raised in #202 (comment).
- Loading branch information