mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
doc: correct 'event handle' to 'event handler' in Utf8Stream drop event
PR-URL: https://github.com/nodejs/node/pull/60692 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
parent
01d5a38a60
commit
1b3a64deb4
@ -7736,9 +7736,9 @@ to allow continued writing.
|
||||
|
||||
#### Event: `'drop'`
|
||||
|
||||
The `'drop'` event is emitted when to maximal length is reached and that data
|
||||
The `'drop'` event is emitted when the maximal length is reached and that data
|
||||
will not be written. The data that was dropped is passed as the first argument
|
||||
to the event handle.
|
||||
to the event handler.
|
||||
|
||||
#### Event: `'error'`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user