You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nativescript-core/http.md
-6
Original file line number
Diff line number
Diff line change
@@ -172,9 +172,3 @@ Http.request({
172
172
|`getJSON<T>(url: string): Promise<T>`|`Promise<T>`| Downloads the content from the specified URL as a string and returns its JSON.parse representation. |
173
173
|`getString(url: string): Promise<string>`|`Promise<string>`| Downloads the content from the specified URL as a string. |
174
174
|`request(options: HttpRequestOptions): Promise<HttpResponse>`|`Promise<HttpResponse>`| Makes a generic http request using the provided options and returns a HttpResponse Object. |
0 commit comments