mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +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;
|
||||
overrideMimeType(mime: string): void;
|
||||
readyState: number;
|
||||
response: any;
|
||||
responseText: string;
|
||||
responseType: string;
|
||||
status: number;
|
||||
|
Reference in New Issue
Block a user