MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill / constructor

Method constructor

src/misc.ts:412–412  ·  view source on GitHub ↗
(public bytes: Uint8Array)

Source from the content-addressed store, hash-verified

410 pos = 0;
411
412 constructor(public bytes: Uint8Array) {}
413
414 seekToByte(byteOffset: number) {
415 this.pos = 8 * byteOffset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected