You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:**[`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL)automatically encodes pathnames for you.
207
+
**Note:**[`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) encodes paths, so `/café` would be normalized to `/caf%C3%A9` and match in the above example.
208
208
209
209
##### Alternative Using Normalize
210
210
211
-
Sometimes you won't have an already normalized pathname. You can normalize it yourself before processing:
211
+
Sometimes you won't have already normalized paths to use, so you could normalize it yourself before matching:
0 commit comments