UNPKG

liteloader-js

Version:
7 lines (5 loc) 289 B
import {Integer} from "../../../types"; export class network { static httpGet(url: String, callback: (status: Integer, result: String) => void): boolean static httpPost(url: String, data: String, type: String, callback: (status: Integer, result: String) => void): boolean }