Skip to content

load

load(source): Promise<ArrayBufferLike>

Defined in: src/loaders/index.ts:19

Resolve a source, using the current loaders list. Returns an ArrayBuffer containing the data loaded from the source.

Parameters

ParameterType
sourceany

Returns

Promise<ArrayBufferLike>