diff options
author | Michael Yuan <michael@michaelyuan.com> | 2020-06-13 08:58:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 09:58:08 -0400 |
commit | d3aa37dd9c8ceaa7592d5aaca9bbe0a6c8719d4f (patch) | |
tree | eb0e55e44216b37ef46015933a9beb7fb5b31054 | |
parent | 2e830f80ea1729a9f755e7002c57ba553d8a9bb8 (diff) |
Doc: Node buffer is now supported (#6274)
-rw-r--r-- | std/node/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/README.md b/std/node/README.md index 53168e6c2..ec2d90ddf 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 |