mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update http.ts (#5551)
This commit is contained in:
committed by
Alexander Vakrilov
parent
4cadb3f1a6
commit
c02bb283a9
@@ -1,7 +1,6 @@
|
|||||||
import { ImageSource } from "../image-source";
|
import { ImageSource } from "../image-source";
|
||||||
import * as httpRequest from "./http-request";
|
import * as httpRequest from "./http-request";
|
||||||
|
export * from "./http-request";
|
||||||
global.moduleMerge(httpRequest, exports);
|
|
||||||
|
|
||||||
export function getString(arg: any): Promise<string> {
|
export function getString(arg: any): Promise<string> {
|
||||||
return new Promise<string>((resolve, reject) => {
|
return new Promise<string>((resolve, reject) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user