We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e9f2f commit 88df234Copy full SHA for 88df234
README.md
@@ -4,6 +4,12 @@
4
5
[](https://saucelabs.com/u/url-parse)
6
7
+**`url-parse` was created in 2014 when the WHATWG URL API was not available in
8
+Node.js and the `URL` interface was supported only in some browsers. Today this
9
+is no longer true. The `URL` interface is available in all supported Node.js
10
+release lines and basically all browsers. Consider using it for better security
11
+and accuracy.**
12
+
13
The `url-parse` method exposes two different API interfaces. The
14
[`url`](https://nodejs.org/api/url.html) interface that you know from Node.js
15
and the new [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL/URL)
0 commit comments