Skip to content

Commit ccd65c7

Browse files
authored
chore: update supported node apis
1 parent e155c9d commit ccd65c7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

β€ŽWriterside/topics/Node-API.mdβ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Opening issues for compatibility bugs helps us prioritize what to work on next.
6060
: πŸ”΄ Not implemented.
6161

6262
[`node:events`](node-events.md)
63-
: 🟑 Coming soon.
63+
: 🟒 Supported.
6464

6565
[`node:fs`](node-fs.md)
66-
: 🟑 Some basic methods are implemented (`readFile`, `readFileSync`, `writeFile`, `writeFileSync`, etc.).
66+
: 🟑 Some methods are implemented (`readFile`, `readFileSync`, `writeFile`, `writeFileSync`, etc.).
6767

6868
[`node:http`](https://nodejs.org/api/http.html)
6969
: πŸ”΄ Not implemented.
@@ -93,7 +93,7 @@ Opening issues for compatibility bugs helps us prioritize what to work on next.
9393
: πŸ”΄ Not implemented.
9494

9595
[`node:process`](https://nodejs.org/api/process.html)
96-
: 🟑 See `process` global.
96+
: 🟒 Supported.
9797

9898
[`node:punycode`](https://nodejs.org/api/punycode.html)
9999
: πŸ”΄ Not implemented.
@@ -108,7 +108,7 @@ Opening issues for compatibility bugs helps us prioritize what to work on next.
108108
: πŸ”΄ Not implemented.
109109

110110
[`node:stream`](https://nodejs.org/api/stream.html)
111-
: 🟑 Coming soon.
111+
: 🟒 Supported.
112112

113113
[`node:string_decoder`](https://nodejs.org/api/string_decoder.html)
114114
: πŸ”΄ Not implemented.
@@ -150,7 +150,7 @@ Opening issues for compatibility bugs helps us prioritize what to work on next.
150150
: πŸ”΄ Not implemented.
151151

152152
[`node:zlib`](https://nodejs.org/api/zlib.html)
153-
: πŸ”΄ Not implemented.
153+
: 🟒 Supported.
154154

155155
## Globals
156156

@@ -163,10 +163,10 @@ The table below lists all globals implemented by Node.js and Bun's current compa
163163
: 🟑 Polyfilled.
164164

165165
[`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob)
166-
: πŸ”΄ Not implemented.
166+
: 🟒 Supported.
167167

168168
[`Buffer`](https://nodejs.org/api/buffer.html#class-buffer)
169-
: 🟑 Polyfilled.
169+
: 🟒 Supported.
170170

171171
[`ByteLengthQueuingStrategy`](https://developer.mozilla.org/en-US/docs/Web/API/ByteLengthQueuingStrategy)
172172
: πŸ”΄ Not implemented.
@@ -277,7 +277,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa
277277
: πŸ”΄ Not implemented.
278278

279279
[`process`](https://nodejs.org/api/process.html)
280-
: 🟑 Mostly implemented.
280+
: 🟒 Supported.
281281

282282
[`queueMicrotask()`](https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask)
283283
: πŸ”΄ Not implemented.
@@ -286,7 +286,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa
286286
: πŸ”΄ Not implemented.
287287

288288
[`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream)
289-
: πŸ”΄ Not implemented.
289+
: 🟒 Supported.
290290

291291
[`ReadableStreamBYOBReader`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBReader)
292292
: πŸ”΄ Not implemented.
@@ -355,7 +355,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa
355355
: 🟒 Supported.
356356

357357
[`WritableStream`](https://developer.mozilla.org/en-US/docs/Web/API/WritableStream)
358-
: πŸ”΄ Not implemented.
358+
: 🟒 Supported.
359359

360360
[`WritableStreamDefaultController`](https://developer.mozilla.org/en-US/docs/Web/API/WritableStreamDefaultController)
361361
: πŸ”΄ Not implemented.

0 commit comments

Comments
Β (0)