0.1.180 • Published 5 years ago
@mezzy/http v0.1.180
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.
});
Ajax tools.
sudo npm install --save @mezzy/http
import {Http} from '@mezzy/http';
Http.getBlob(blobUrl).then((blob:Blob) => {
/// Do something with the blob.
});