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.
});
Ajax tools.
sudo npm install --save @pilotlab/http
import {Http} from '@pilotlab/http';
Http.getBlob(blobUrl).then((blob:Blob) => {
/// Do something with the blob.
});
npm i @pilotlab/http
0
0.1.148
ISC
10.6 kB
4