mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Support responseType property on XMLHttpRequest.
Only default, "" and "text" supported for now. Raising an error otherwise.
This commit is contained in:
1
declarations.d.ts
vendored
1
declarations.d.ts
vendored
@ -37,6 +37,7 @@ declare class XMLHttpRequest {
|
||||
overrideMimeType(mime: string): void;
|
||||
readyState: number;
|
||||
responseText: string;
|
||||
responseType: string;
|
||||
status: number;
|
||||
|
||||
onload: () => void;
|
||||
|
Reference in New Issue
Block a user