suyiScreen/node_modules/blob
何嘉峣 86fcfee13c 代码提交 2022-12-09 09:24:19 +08:00
..
.idea 代码提交 2022-12-09 09:24:19 +08:00
test 代码提交 2022-12-09 09:24:19 +08:00
.zuul.yml 代码提交 2022-12-09 09:24:19 +08:00
LICENSE 代码提交 2022-12-09 09:24:19 +08:00
Makefile 代码提交 2022-12-09 09:24:19 +08:00
README.md 代码提交 2022-12-09 09:24:19 +08:00
component.json 代码提交 2022-12-09 09:24:19 +08:00
index.js 代码提交 2022-12-09 09:24:19 +08:00
package.json 代码提交 2022-12-09 09:24:19 +08: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