blob-polyfill

Blob.js implements the W3C Blob interface in browsers that do not natively support it.

blob-polyfill downloads blob-polyfill version blob-polyfill license

blob-polyfillPaquetes similares:
Tendencia de descargas de npm
3 Años
🌟 Muestra el gráfico de uso en tiempo real en el README.md de blob-polyfill, simplemente copia el código a continuación.
## Usage Trend
[![Usage Trend of blob-polyfill](https://npm-compare.com/img/npm-trend/THREE_YEARS/blob-polyfill.png)](https://npm-compare.com/blob-polyfill#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Muestra el gráfico de tendencia de GitHub Stars en el README.md de blob-polyfill, simplemente copia el código a continuación.
## GitHub Stars Trend
[![GitHub Stars Trend of blob-polyfill](https://npm-compare.com/img/github-trend/blob-polyfill.png)](https://npm-compare.com/blob-polyfill)
Detalle de estadísticas
Paquete
Descargas
Stars
Tamaño
Issues
Publicación
Licencia
blob-polyfill256,0884328 kB0hace un añoMIT
README para blob-polyfill

Blob Polyfill

npm npm build status

Purpose

Blob Polyfill serves Blob.js over npm.

Blob.js implements the W3C Blob interface in browsers that do not natively support it.

Changelog

Please read the changelog

Installation

To install this library, run:

$ npm install blob-polyfill --save

Usage

CommonJS:

var Blob = require('blob-polyfill').Blob;

AMD

import { Blob } from 'blob-polyfill';

Supported browsers

Blob.js shares the same supported browsers as FileSaver.js.

License

MIT

Tracking image