1.0.1 • Published 1 year ago

ajax-json-http-clinet v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Totally free

Totally Open

No conditions applied

#Installation

npm install @samiciit/ajax-json-http-clinet

or

yarn add @samiciit/ajax-json-http-clinet

#Usage

import AjaxClient from '@samiciit/ajax-json-http-clinet'

async my_async_method(){ let ajax_client = new AjaxClient(); let resp = await ajax_client.ping('https://google.com'); //will handle and show status => failed if your network connection failed console.log(resp.status); }

1.0.1

1 year ago

1.0.0

1 year ago