UNPKG

smoosic

Version:

<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i

19 lines 503 B
/** * Load a file. Guess based on the extension whether the file is string or binary * @category SuiFile */ export declare class SuiXhrLoader { compressed: boolean; value: any; path: string; binary: boolean; isMidi: boolean; constructor(path: string); _uncompress(result: any): Promise<string>; /** * * @returns promise resolved when the target file is loaded */ loadAsync(): Promise<string | ArrayBuffer>; } //# sourceMappingURL=xhrLoader.d.ts.map