method Deno.UnsafePointerView.prototype.getUint8
Jump to headingUnsafePointerView.prototype.getUint8(offset?: number): number
Gets an unsigned 8-bit integer at the specified byte offset from the pointer.
Parameters Jump to heading
optional
Jump to headingoffset: number
Return Type Jump to heading
number