Skip to content

Commit 00e4b78

Browse files
committed
update docs
1 parent 116d26d commit 00e4b78

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

API.md

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Everything else inherited from [Uint8Array](https://developer.mozilla.org/en-US/
7272

7373
[subtle.verify](https://nodejs.org/api/webcrypto.html#subtleverifyalgorithm-key-signature-datah)
7474

75+
## dns
76+
77+
[lookup](https://nodejs.org/api/dns.html#dnslookuphostname-options-callback)
78+
7579
## events
7680

7781
[EventEmitter](https://nodejs.org/api/events.html#class-eventemitter)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ The test runner also has support for filters. Using filters is as simple as addi
105105
| child_process | ✔︎ | ✔︎⏱ |
106106
| console | ✔︎ | ✔︎ |
107107
| crypto | ✔︎ | ✔︎ |
108+
| dns | ✔︎ | ✔︎ |
108109
| events | ✔︎ | ✔︎ |
109110
| fs/promises | ✔︎ | ✔︎ |
110111
| fs | ✔︎ | ✘⏱ |

llrt_modules/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ async fn main() -> anyhow::Result<()> {
6060
| buffer | ✔︎ | ✔︎️ | `buffer` | `llrt_buffer` |
6161
| child process | ✔︎ | ⚠️ | `child-process` | `llrt_child_process` |
6262
| crypto | ✔︎ | ⚠️ | `crypto` | `llrt_cryto` |
63+
| dns | ✔︎ | ⚠️ | `dns` | `llrt_dns` |
6364
| events | ✔︎ | ⚠️ | `events` | `llrt_events` |
6465
| exceptions | ✔︎ | ⚠️ | `exceptions` | `llrt_exceptions` |
6566
| fs/promises | ✔︎ | ⚠️ | `fs` | `llrt_fs` |

0 commit comments

Comments
 (0)