@pilotlab/http
TypeScript icon, indicating that this package has built-in type declarations

0.1.148 • Public • Published

http

Ajax tools.

Install

sudo npm install --save @pilotlab/http

Usage

import {Http} from '@pilotlab/http';

Http.getBlob(blobUrl).then((blob:Blob) => {
    /// Do something with the blob.
});

Package Sidebar

Install

npm i @pilotlab/http

Weekly Downloads

9

Version

0.1.148

License

ISC

Unpacked Size

10.6 kB

Total Files

4

Last publish

Collaborators

  • pilot-colin
  • pilot-apo
  • pilot-lab