lunaisadev-website-old/node_modules/blob
Luna 4f63b4f9a0 first commit 2021-07-27 18:40:12 -07:00
..
.idea first commit 2021-07-27 18:40:12 -07:00
test first commit 2021-07-27 18:40:12 -07:00
.zuul.yml first commit 2021-07-27 18:40:12 -07:00
LICENSE first commit 2021-07-27 18:40:12 -07:00
Makefile first commit 2021-07-27 18:40:12 -07:00
README.md first commit 2021-07-27 18:40:12 -07:00
component.json first commit 2021-07-27 18:40:12 -07:00
index.js first commit 2021-07-27 18:40:12 -07:00
package.json first commit 2021-07-27 18:40:12 -07:00

README.md

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