Properties
__@toStringTag
__@toStringTag: string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:264
byteLength
byteLength: number
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1496
Methods
slice
slice( begin: number , end?: undefined | number ) : ArrayBuffer
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1501
Parameters
begin: number
Optional end: undefined | number
Returns ArrayBuffer
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Represents a raw buffer of binary data, which is used to store data for the different typed arrays. ArrayBuffers cannot be read from or written to directly, but can be passed to a typed array or DataView Object to interpret the raw buffer as needed.