-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for case-insensitive matches (#168)
This commit updates the specification document with the support of case-insensitive matches by introducing a third argument in the `URLPattern` constructor. This additional document contains a single boolean property named `ignoreCase`, which can be set to `true` to enable case-insensitive matches. By default this flag is set to `false`, thus enabling case-sensitive matches.
- Loading branch information
Showing
1 changed file
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters