Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The slice() method of ArrayBuffer instances returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes from start, inclusive, up to end, exclusive. If either start or end is negative, it refers to an index from the end of the array, as opposed to from the beginning.
Zero-based index at which to start extraction, converted to an integer.
Zero-based index at which to end extraction, converted to an integer. slice() extracts up to but not including end.
A new ArrayBuffer containing the extracted elements. It is not resizable, even if the original was.
| ECMAScript® 2027 Language Specification # sec-arraybuffer.prototype.slice |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jul 10, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.