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
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@
10
10
11
11
---
12
12
13
+
> **IMPORTANT:** You **may not need URI.js** anymore! Modern browsers provide the [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL) and [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) interfaces.
14
+
15
+
---
16
+
13
17
> **NOTE:** The npm package name changed to `urijs`
14
18
15
19
---
@@ -114,7 +118,7 @@ URI("/foo/bar/baz.html")
114
118
115
119
### RequireJS ###
116
120
117
-
Clone the URI.js repository or use a package manager to get URI.js into your project.
121
+
Clone the URI.js repository or use a package manager to get URI.js into your project.
0 commit comments