fix(core): update

This commit is contained in:
2019-09-26 22:33:15 +02:00
parent 0d594dbe6b
commit 93a43d7ff5
5 changed files with 1377 additions and 865 deletions

View File

@ -46,9 +46,9 @@ export class WebRequest {
}
/**
*
* a fault tolerant request
*/
async request(
public async request(
urlArg: string | string[],
optionsArg: {
method: 'GET' | 'POST' | 'PUT' | 'DELETE';