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
fixup! doc fixup
  • Loading branch information
debadree25 committed Feb 4, 2023
commit 3bfeec024f8b6f7f766f69faaee84b0fcec258ee
7 changes: 4 additions & 3 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -2003,9 +2003,10 @@ added: REPLACEME

Listens to abort event on the provided `signal` and returns a promise which is
resolved if an abort event is triggered. The function is dependent on the `resource`
entity and will be resolved only if the `resource` is not removed from memory, when
`resource` goes out of memory the promise shall remain pending and any event listeners
attached to the `signal` will be removed.
entity and will be resolved only if the `resource` is not removed
from memory, when `resource` goes out of memory the
Comment thread
jasnell marked this conversation as resolved.
Outdated
promise shall remain pending and any event listeners attached to the `signal`
will be removed.

```js
Comment thread
debadree25 marked this conversation as resolved.
Outdated
const { aborted } = require('util');
Comment thread
debadree25 marked this conversation as resolved.
Outdated
Expand Down