From a97bbb0773008be23f6df4f6f8dc8faef4c87fb5 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 18 Dec 2023 00:00:55 +0100 Subject: [PATCH] Update index.js --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index b165cc7..c55ce10 100644 --- a/src/index.js +++ b/src/index.js @@ -24,6 +24,7 @@ import normalizeUrl from "normalize-url"; * - `protocol` (String): The first protocol, `"ssh"` (if the url is a ssh url) or `"file"`. * - `port` (null|Number): The domain port. * - `resource` (String): The url domain (including subdomains). + * - `host` (String): The fully qualified domain name of a network host, or its IP address. * - `user` (String): The authentication user (usually for ssh urls). * - `pathname` (String): The url pathname. * - `hash` (String): The url hash.