Skip to content
Closed
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
Update doc/api/buffer.md
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
gfx and Trott authored Jun 11, 2019
commit eb5efd92e7b7fc93528f26281c4f5be27b65f2e2
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,7 @@ offset and cropped by the `start` and `end` indices.

This is the same behavior as `buf.subarray()`.

Note that this method is not compatible with the `Uint8Array.prototype.slice()`,
This method is not compatible with the `Uint8Array.prototype.slice()`,
which is a superclass of `Buffer`. If a copy of the slice is needed, use
Comment thread
gfx marked this conversation as resolved.
Outdated
`Uint8Array.prototype.slice()`.

Expand Down