From d3aa37dd9c8ceaa7592d5aaca9bbe0a6c8719d4f Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Sat, 13 Jun 2020 08:58:08 -0500 Subject: [PATCH] Doc: Node buffer is now supported (#6274) --- std/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/node/README.md b/std/node/README.md index 53168e6c25..ec2d90ddfd 100644 --- a/std/node/README.md +++ b/std/node/README.md @@ -9,7 +9,7 @@ deno standard library as it's a compatibility module. ## Supported Builtins - [ ] assert -- [ ] buffer +- [x] buffer - [ ] child_process - [ ] cluster - [ ] console