1.0.4 • Published 3 years ago

tiny-sender v1.0.4

Weekly downloads
2
License
-
Repository
-
Last release
3 years ago

tiny-sender

NPM version

A tiny HTTP client for Browser, XHR is used by default, built-in progress-bar and notify, support for custom core, such as axios.

Usage

import TinySender from 'tiny-sender';

const tinySender = new TinySender(options);

async () => {
  try {
    const json = await tinySender.get(url);
    console.log(json);
  } catch(err) {
    console.log(err);
  }
};

Documentation

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

1.0.3

3 years ago

0.0.1

5 years ago