lux-http Ajax tools. Install sudo npm install --save @pilotlab/lux-http Usage import {Http} from '@pilotlab/lux-http'; Http.getBlob(blobUrl).then((blob:Blob) => { /// Do something with the blob. });