File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1837,10 +1837,10 @@ added: v7.10.0
18371837changes:
18381838 - version: v9.0.0
18391839 pr-url: https://github.com/nodejs/node/pull/15231
1840- description: The `buffer` argument may be any ArrayBufferView
1840+ description: The `buffer` argument may be any `TypedArray` or `DataView`.
18411841-->
18421842
1843- * ` buffer ` {Buffer|Uint8Array|ArrayBufferView } Must be supplied.
1843+ * ` buffer ` {Buffer|TypedArray|DataView } Must be supplied.
18441844* ` offset ` {number} Defaults to ` 0 ` .
18451845* ` size ` {number} Defaults to ` buffer.length - offset ` .
18461846
@@ -1879,10 +1879,10 @@ added: v7.10.0
18791879changes:
18801880 - version: v9.0.0
18811881 pr-url: https://github.com/nodejs/node/pull/15231
1882- description: The `buffer` argument may be any ArrayBufferView
1882+ description: The `buffer` argument may be any `TypedArray` or `DataView`.
18831883-->
18841884
1885- * ` buffer ` {Buffer|Uint8Array|ArrayBufferView } Must be supplied.
1885+ * ` buffer ` {Buffer|TypedArray|DataView } Must be supplied.
18861886* ` offset ` {number} Defaults to ` 0 ` .
18871887* ` size ` {number} Defaults to ` buffer.length - offset ` .
18881888* ` callback ` {Function} ` function(err, buf) {} ` .
You can’t perform that action at this time.
0 commit comments