Commit 00e4b78 1 parent 116d26d commit 00e4b78 Copy full SHA for 00e4b78
File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ Everything else inherited from [Uint8Array](https://developer.mozilla.org/en-US/
72
72
73
73
[ subtle.verify] ( https://nodejs.org/api/webcrypto.html#subtleverifyalgorithm-key-signature-datah )
74
74
75
+ ## dns
76
+
77
+ [ lookup] ( https://nodejs.org/api/dns.html#dnslookuphostname-options-callback )
78
+
75
79
## events
76
80
77
81
[ EventEmitter] ( https://nodejs.org/api/events.html#class-eventemitter )
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ The test runner also has support for filters. Using filters is as simple as addi
105
105
| child_process | ✔︎ | ✔︎⏱ |
106
106
| console | ✔︎ | ✔︎ |
107
107
| crypto | ✔︎ | ✔︎ |
108
+ | dns | ✔︎ | ✔︎ |
108
109
| events | ✔︎ | ✔︎ |
109
110
| fs/promises | ✔︎ | ✔︎ |
110
111
| fs | ✔︎ | ✘⏱ |
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ async fn main() -> anyhow::Result<()> {
60
60
| buffer | ✔︎ | ✔︎️ | ` buffer ` | ` llrt_buffer ` |
61
61
| child process | ✔︎ | ⚠️ | ` child-process ` | ` llrt_child_process ` |
62
62
| crypto | ✔︎ | ⚠️ | ` crypto ` | ` llrt_cryto ` |
63
+ | dns | ✔︎ | ⚠️ | ` dns ` | ` llrt_dns ` |
63
64
| events | ✔︎ | ⚠️ | ` events ` | ` llrt_events ` |
64
65
| exceptions | ✔︎ | ⚠️ | ` exceptions ` | ` llrt_exceptions ` |
65
66
| fs/promises | ✔︎ | ⚠️ | ` fs ` | ` llrt_fs ` |
You can’t perform that action at this time.
0 commit comments