@mezzy/http
TypeScript icon, indicating that this package has built-in type declarations

0.1.180 • Public • Published

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

Package Sidebar

Install

npm i @mezzy/http

Weekly Downloads

0

Version

0.1.180

License

ISC

Unpacked Size

10.5 kB

Total Files

4

Last publish

Collaborators

  • mezzy