Files
Ceras/themes/ceras/node_modules/blob
2023-07-12 16:31:19 +01:00
..
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01:00
2023-07-12 16:31:19 +01: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