method Deno.UnsafePointerView.prototype.getArrayBuffer UnsafePointerView.prototype.getArrayBuffer(byteLength: number,offset?: number,): ArrayBuffer Gets an ArrayBuffer of length byteLength at the specified byte offset from the pointer. Parameters byteLength: number optional offset: number Return Type ArrayBuffer