docs(net): make getNetworkAddress() unstable status more prominent (#5368)

This commit is contained in:
Asher Gomez 2024-07-09 21:15:05 +10:00 committed by GitHub
parent dac34fc7d0
commit eed1194541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}.
*