| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer | [Back] [Original] |
Get to know MDN better
ArrayBuffer ArrayBuffer() maxByteLength resizable maxByteLength ArrayBuffer resize() ArrayBuffer 0
ArrayBuffer JavaScript WebAssembly Wasm WebAssembly.Memory.prototype.grow()
ArrayBuffer Web Worker Service Worker Worker.postMessage() ServiceWorker.postMessage() ArrayBuffer JavaScript transfer() transferToFixedLength()
ArrayBuffer detached ArrayBuffer
byteLength 0resize() slice() TypeError TypeError detached ArrayBuffer
ArrayBuffer() ArrayBuffer
ArrayBuffer.isView() arg ArrayBuffer true DataView false
ArrayBuffer.prototype ArrayBuffer
ArrayBuffer.prototype.byteLengthArrayBuffer ArrayBuffer ArrayBuffer.prototype.resize()
ArrayBuffer.prototype.constructor ArrayBuffer ArrayBuffer
ArrayBuffer.prototype.detached ArrayBuffer true false
ArrayBuffer.prototype.maxByteLengthArrayBuffer
ArrayBuffer.prototype.resizable ArrayBuffer true false
ArrayBuffer.prototype[Symbol.toStringTag][Symbol.toStringTag] "ArrayBuffer" Object.prototype.toString()
ArrayBuffer.prototype.resize() ArrayBuffer
ArrayBuffer.prototype.slice() ArrayBuffer begin end ArrayBuffer begin end
ArrayBuffer.prototype.transfer() ArrayBuffer
ArrayBuffer.prototype.transferToFixedLength() ArrayBuffer
const buffer = new ArrayBuffer(8);
const view = new Int32Array(buffer);
| ECMAScript 2027 LanguageSpecification # sec-arraybuffer-objects |
ArrayBufferObject/FunctionObject.prototype.__defineGetter__()Object.prototype.__defineSetter__()Object.prototype.__lookupGetter__()Object.prototype.__lookupSetter__()Object.prototype.hasOwnProperty()Object.prototype.isPrototypeOf()Object.prototype.propertyIsEnumerable()Object.prototype.toLocaleString()Object.prototype.toString()Object.prototype.valueOf()| Web Proxy Viewer | New URL | Original Page |