load
load(
url: string | { absolute: string; relative: string },
currentDirectory?: string,
responseType?: boolean | ResponseType,
): Promise<
string
| ArrayBuffer
| ReadableStream<Uint8Array<ArrayBufferLike>>,
>
Parameters
url: string | { absolute: string; relative: string }currentDirectory: string = "."responseType: boolean | ResponseType = false
Load file or url