@awayjs/core
Version:
AwayJS core classes
28 lines • 488 B
TypeScript
export declare class URLLoaderDataFormat {
/**
* TEXT
* @type {string}
*/
static TEXT: string;
/**
* Variables / Value Pairs
* @type {string}
*/
static VARIABLES: string;
/**
*
* @type {string}
*/
static BLOB: string;
/**
*
* @type {string}
*/
static ARRAY_BUFFER: string;
/**
*
* @type {string}
*/
static BINARY: string;
}
//# sourceMappingURL=URLLoaderDataFormat.d.ts.map