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

0.1.51 • Public • Published

lux-http

Ajax tools.

Install

sudo npm install --save @pilotlab/lux-http

Usage

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

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

Package Sidebar

Install

npm i @pilotlab/lux-http

Weekly Downloads

0

Version

0.1.51

License

ISC

Last publish

Collaborators

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