MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator /

Class

packages/core/src/ArrayBufferLoader.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import invariant from 'tiny-invariant'
3
4export class ArrayBufferLoader extends Loader<ArrayBuffer> {
5 override load(
6 url: string,
7 onLoad: (data: ArrayBuffer) => void,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected