Skip to content

Cross-platform Blob implementation for Node.js and the Web.

License

Notifications You must be signed in to change notification settings

esridc/cross-blob

 
 

Repository files navigation

Cross Blob Travis CI Build Status

Cross-platform Blob implementation for Node.js and the Web.

NPM Badge

Install

npm install cross-blob

Usage

const Blob = require("cross-blob");

new Blob([]);
//=> Blob {size: 0, type: ""}

// Global patch (to support external modules like is-blob).
globalThis.Blob = Blob;

API

Blob extends Blob

About

Cross-platform Blob implementation for Node.js and the Web.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%