We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7774f6 commit 4e53a8cCopy full SHA for 4e53a8c
README.md
@@ -80,8 +80,8 @@ The returned `url` instance contains the following properties:
80
- `auth`: Authentication information portion (e.g. `username:password`).
81
- `username`: Username of basic authentication.
82
- `password`: Password of basic authentication.
83
-- `host`: Host name with port number.
84
-- `hostname`: Host name without port number.
+- `host`: Host name with port number. The hostname might be invalid.
+- `hostname`: Host name without port number. This might be an invalid hostname.
85
- `port`: Optional port number.
86
- `pathname`: URL path.
87
- `query`: Parsed object containing query string, unless parsing is set to false.
0 commit comments