mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(net): make getNetworkAddress()
unstable status more prominent (#5368)
This commit is contained in:
parent
dac34fc7d0
commit
eed1194541
@ -1,9 +1,10 @@
|
||||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
/**
|
||||
* **UNSTABLE**: New API, yet to be vetted.
|
||||
*
|
||||
* Gets the IPv4 or IPv6 network address of the machine.
|
||||
*
|
||||
* > [!WARNING]
|
||||
* > **UNSTABLE**: New API, yet to be vetted.
|
||||
*
|
||||
* This is inspired by the util of the same name in
|
||||
* {@linkcode https://www.npmjs.com/package/serve | npm:serve}.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user