blob

Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.

MIT 6 个版本
安装
npm install blob
yarn add blob
pnpm add blob
bun add blob
README

Blob

A cross-browser Blob that falls back to BlobBuilder when appropriate. If neither is available, it exports undefined.

Installation

$ npm install blob

Example

var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);

License

MIT

版本列表
0.1.0 2020-02-03
0.0.5 2018-10-31
0.0.4 2014-04-13
0.0.3 2014-04-13
0.0.2 2014-03-06
0.0.1 2014-03-04