w3c-blob
w3c dom blob api in node and browser
Last updated 12 years ago by chrisdickinson .
MIT · Repository · Original npm · Tarball · package.json
$ gnpm install w3c-blob 
SYNC missed versions from official npm registry.

w3c-blob

export a node or browserify compatible w3c blob interface. polyfills old versions that rely on BlobBuilder.

var Blob = require('w3c-blob')

var blob = new Blob([parts], {type: 'text/plain'})

api

See MDN's Blob documentation.

license

MIT

Current Tags

  • 0.0.1                                ...           latest (12 years ago)

1 Versions

  • 0.0.1                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |