You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/fs.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7736,9 +7736,7 @@ to allow continued writing.
7736
7736
7737
7737
#### Event: `'drop'`
7738
7738
7739
-
The `'drop'` event is emitted when to maximal length is reached and that data
7740
-
will not be written. The data that was dropped is passed as the first argument
7741
-
to the event handle.
7739
+
The `'drop'` event is emitted when the maximum length is reached and the data will not be written. The data that was dropped is passed as the first argument to the event handler.
0 commit comments