@pilotlab/http
v0.1.148
Published
A luxurious user experience framework, developed by your friends at Pilot.
Downloads
5
Readme
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.
});