--- title: ArrayBuffer.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/ArrayBuffer tags: - ArrayBuffer - JavaScript - Propiedad translation_of: Web/JavaScript/Reference/Global_Objects/ArrayBuffer translation_of_original: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/prototype original_slug: Web/JavaScript/Referencia/Objetos_globales/ArrayBuffer/prototype ---
La propiedad ArrayBuffer.prototype representa el prototipo para el objeto {{jsxref("ArrayBuffer")}}.
Las instancias de ArrayBuffer heredan de ArrayBuffer.prototype. Como con todos los constructores, puedes modificar el prototipo del constructor para aplicar cambios sobre todas las instancias de ArrayBuffer.
ArrayBuffer.ArrayBuffer cuyo contenido es una copia los bytes de este ArrayBuffer desde begin, incluido, hasta end, no incluido. Si begin o end son negativos, éstos hacen referencia a un índice que comienza a partir del final del array.| Especificación | Estado | Comentario |
|---|---|---|
| {{SpecName('ES6', '#sec-arraybuffer.prototype', 'ArrayBuffer.prototype')}} | {{Spec2('ES6')}} | Definición inicial. |
| {{SpecName('ESDraft', '#sec-arraybuffer.prototype', 'ArrayBuffer.prototype')}} | {{Spec2('ESDraft')}} |
{{Compat("javascript.builtins.ArrayBuffer.prototype")}}