You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-platform Blob implementation for Node.js and the Web.
Install
npm install cross-blob
Usage
constBlob=require("cross-blob");newBlob([]);//=> Blob {size: 0, type: ""}// Global patch (to support external modules like is-blob).globalThis.Blob=Blob;