summaryrefslogtreecommitdiff
path: root/std/node/README.md
diff options
context:
space:
mode:
authorcknight <cknight1234@gmail.com>2020-01-30 01:57:29 +0000
committerGitHub <noreply@github.com>2020-01-29 20:57:29 -0500
commitf0a6062012c4e09553877c9feedb3fbc3d4625b9 (patch)
treed3e847c285718a4a8a422525cbc9d1e74220a3ec /std/node/README.md
parent161adfc51b750a7c8c62a898ea9948c2ad5b6cd9 (diff)
Partial implementation of node os polyfill based on currently available Deno functionality (#3821)
Diffstat (limited to 'std/node/README.md')
-rw-r--r--std/node/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/README.md b/std/node/README.md
index d0d638d05..8d9f4ff40 100644
--- a/std/node/README.md
+++ b/std/node/README.md
@@ -23,7 +23,7 @@ deno standard library as it's a compatiblity module.
- [ ] https
- [x] module
- [ ] net
-- [ ] os
+- [x] os _partly_
- [x] path
- [ ] perf_hooks
- [x] process _partly_