Name Description Size
browser.js 0
byteLength
constructor.js --- esid: sec-arraybuffer.prototype.constructor description: > The `ArrayBuffer.prototype.constructor` property descriptor. info: | The initial value of ArrayBuffer.prototype.constructor is the intrinsic object %ArrayBuffer%. 17 ECMAScript Standard Built-in Objects: Every other data property described in clauses 18 through 26 and in Annex B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. includes: [propertyHelper.js] --- 913
detached
maxByteLength
resizable
resize
shell.js 0
slice
Symbol.toStringTag.js --- esid: sec-arraybuffer.prototype-@@tostringtag description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value "ArrayBuffer". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Symbol.toStringTag] --- 819
transfer
transferToFixedLength