Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method Deno.UnsafePointerView.prototype.getArrayBuffer

Gets an ArrayBuffer of length byteLength at the specified byte offset from the pointer.

Parameters

byteLength: number
optional
offset: number

Returns

ArrayBuffer