blob
Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.
Last updated 6 years ago by amitport .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm 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 (6 years ago)

6 Versions

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

Copyright 2013 - present © cnpmjs.org | Home |