suyiScreen/node_modules/blob
lixiaobang 18ece3f395 代码提交 2023-02-06 08:46:29 +08:00
..
.idea 代码提交 2023-02-06 08:46:29 +08:00
test 代码提交 2023-02-06 08:46:29 +08:00
.zuul.yml 代码提交 2023-02-06 08:46:29 +08:00
LICENSE 代码提交 2023-02-06 08:46:29 +08:00
Makefile 代码提交 2023-02-06 08:46:29 +08:00
README.md 代码提交 2023-02-06 08:46:29 +08:00
component.json 代码提交 2023-02-06 08:46:29 +08:00
index.js 代码提交 2023-02-06 08:46:29 +08:00
package.json 代码提交 2023-02-06 08:46:29 +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