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.
node:
1 parent 514335a commit 6c97e35Copy full SHA for 6c97e35
index.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const URL = require('url')
+const URL = require('node:url')
4
const { normalizeIPv6, normalizeIPv4, removeDotSegments, recomposeAuthority, normalizeComponentEncoding } = require('./lib/utils')
5
const SCHEMES = require('./lib/schemes')
6
0 commit comments