Skip to content

Commit

Permalink
docs(net): make getNetworkAddress() unstable status more prominent (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jul 9, 2024
1 parent dac34fc commit eed1194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/get_network_address.ts
Original file line number Diff line number Diff line change
@@ -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}.
*
Expand Down

0 comments on commit eed1194

Please sign in to comment.