mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
add calls to the network agent (Chrome DevTools) inside http-request.android when making http requests if debugging is enabled
This commit is contained in:
@ -37,6 +37,8 @@
|
||||
public raw: java.io.ByteArrayOutputStream;
|
||||
public headers: java.util.ArrayList<KeyValuePair>;
|
||||
public statusCode: number;
|
||||
public statusText: string;
|
||||
public url: string;
|
||||
public responseAsString: string;
|
||||
public responseAsImage: android.graphics.Bitmap;
|
||||
public error: java.lang.Exception;
|
||||
|
Reference in New Issue
Block a user