0.1.51 • Published 7 years ago

@pilotlab/lux-http v0.1.51

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

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