diff options
author | Chris Knight <cknight1234@gmail.com> | 2020-02-10 23:19:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 18:19:48 -0500 |
commit | 81905a867ea3f942619229e330840d132c57a5da (patch) | |
tree | 4bcdac6a58dfc5fd14e83f04c3f388a6d43968d3 /std/node/README.md | |
parent | e1105a159406d8b64a833fa3266fd4ac7fc47a00 (diff) |
feat: Event emitter node polyfill (#3944)
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 8d9f4ff40..37084ed25 100644 --- a/std/node/README.md +++ b/std/node/README.md @@ -16,7 +16,7 @@ deno standard library as it's a compatiblity module. - [ ] crypto - [ ] dgram - [ ] dns -- [ ] events +- [x] events - [x] fs _partly_ - [ ] http - [ ] http2 |