@mezzy/http
v0.1.180
Published
A luxurious user experience framework, developed by your friends at Mezzanine.
Downloads
1
Readme
http
Ajax tools.
Install
sudo npm install --save @mezzy/http
Usage
import {Http} from '@mezzy/http';
Http.getBlob(blobUrl).then((blob:Blob) => {
/// Do something with the blob.
});