@@ -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