ajax-json-http-clinet

1.0.1 • Public • Published

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); }

Readme

Keywords

Package Sidebar

Install

npm i ajax-json-http-clinet

Weekly Downloads

68

Version

1.0.1

License

MIT

Unpacked Size

9.4 kB

Total Files

4

Last publish

Collaborators

  • samiciit