Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: lint file
  • Loading branch information
tony-go committed Feb 1, 2022
commit e1aff5c1c103821c6502e989698145dbfa5db50e
3 changes: 2 additions & 1 deletion doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ TTYWRAP, UDPSENDWRAP, UDPWRAP, WRITEWRAP, ZLIB, SSLCONNECTION, PBKDF2REQUEST,
RANDOMBYTESREQUEST, TLSWRAP, Microtask, Timeout, Immediate, TickObject
```

**Note**: you should not rely too much on these _identifiers_ as they could arbitrarily change.
**Note**: you should not rely too much on these _identifiers_
as they could arbitrarily change.
Comment thread
Flarna marked this conversation as resolved.
Outdated

There is also the `PROMISE` resource type, which is used to track `Promise`
instances and asynchronous work scheduled by them.
Expand Down