diff options
author | cknight <cknight1234@gmail.com> | 2020-01-30 01:57:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 20:57:29 -0500 |
commit | f0a6062012c4e09553877c9feedb3fbc3d4625b9 (patch) | |
tree | d3e847c285718a4a8a422525cbc9d1e74220a3ec /std/node/README.md | |
parent | 161adfc51b750a7c8c62a898ea9948c2ad5b6cd9 (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.md | 2 |
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_ |