mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Expose the response property on XMLHttpRequest in the d.ts file
This commit is contained in:
1
declarations.d.ts
vendored
1
declarations.d.ts
vendored
@ -36,6 +36,7 @@ declare class XMLHttpRequest {
|
|||||||
getResponseHeader(header: string): string;
|
getResponseHeader(header: string): string;
|
||||||
overrideMimeType(mime: string): void;
|
overrideMimeType(mime: string): void;
|
||||||
readyState: number;
|
readyState: number;
|
||||||
|
response: any;
|
||||||
responseText: string;
|
responseText: string;
|
||||||
responseType: string;
|
responseType: string;
|
||||||
status: number;
|
status: number;
|
||||||
|
Reference in New Issue
Block a user