We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e436d65 commit ad02b17Copy full SHA for ad02b17
1 file changed
lib/index.js
@@ -39,7 +39,7 @@ function parseUrl(url, normalize = false) {
39
if (normalize) {
40
if (typeof normalize !== "object") {
41
normalize = {
42
- stripFragment: false
+ stripHash: false
43
}
44
45
url = normalizeUrl(url, normalize)
0 commit comments