blob
Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.
Last updated 5 years ago by amitport .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install blob 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.1.0                                ...           latest (5 years ago)

6 Versions

  • 0.1.0                                ...           5 years ago
  • 0.0.5                                ...           6 years ago
  • 0.0.4                                ...           11 years ago
  • 0.0.3                                ...           11 years ago
  • 0.0.2                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
Maintainers (2)
Downloads
Total 1
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (3)
Dependents (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE