UNPKG

323 BTypeScriptView Raw
1export class LoaderUtils {
2 /**
3 * @deprecated decodeText() has been deprecated with r165 and will be removed with r175. Use TextDecoder instead.
4 */
5 static decodeText(array: BufferSource): string;
6
7 static extractUrlBase(url: string): string;
8
9 static resolveURL(url: string, path: string): string;
10}