0.1.148 • Published 7 years ago

@pilotlab/http v0.1.148

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

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