Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More strict check for init["baseURL"] in URLPatternInit processing
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.
- Loading branch information