init["baseURL"] is initialized with null, and map-exists only checks if there exists an entry with the key. This commit adds null or empty string check for init["baseURL"] in URLPatternInit processing.
[ ] At least two implementers are interested (and none opposed):
Google Chrome
…
[ ] Tests are written and can be reviewed and commented upon at:
n/a (this is a fix to how the spec expresses this, but does not represent a behavior change, and existing tests cover this behavior)
init["baseURL"]
is initialized with null, and map-exists only checks if there exists an entry with the key. This commit adds null or empty string check forinit["baseURL"]
in URLPatternInit processing.(See WHATWG Working Mode: Changes for more details.)
Preview | Diff