パッケージの詳細

@pilotlab/http

pilot-lab15ISC0.1.148

A luxurious user experience framework, developed by your friends at Pilot.

UX, framework, utilities, pilot

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.
});