PC/node_modules/blob
2026-01-26 23:20:48 +08:00
..
.idea chushihua 2026-01-26 23:20:48 +08:00
test chushihua 2026-01-26 23:20:48 +08:00
.zuul.yml chushihua 2026-01-26 23:20:48 +08:00
component.json chushihua 2026-01-26 23:20:48 +08:00
index.js chushihua 2026-01-26 23:20:48 +08:00
LICENSE chushihua 2026-01-26 23:20:48 +08:00
Makefile chushihua 2026-01-26 23:20:48 +08:00
package.json chushihua 2026-01-26 23:20:48 +08:00
README.md chushihua 2026-01-26 23:20:48 +08:00

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