diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-28 15:36:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 15:36:06 +0200 |
commit | b8e3f4c71dae5b43a03e8cfb36e71865e8eeaabf (patch) | |
tree | 369d01d85835aa18548b4892e5a040412c5223fa /cli/diagnostics.rs | |
parent | 70bc0eb72b01249b4c1ccc92b51bf5c442b3edc9 (diff) |
feat: Stabilize Deno.hostname() API (#15932)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index c15832869..d947aaa2b 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -40,7 +40,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "createHttpClient", "futime", "futimeSync", - "hostname", "kill", "listen", "listenDatagram", |