JSPM

w3c-blob

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20967
  • Score
    100M100P100Q136665F
  • License MIT

w3c dom blob api in node and browser

Package Exports

  • w3c-blob

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (w3c-blob) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

w3c-blob

export a node or browserify compatible w3c blob interface. polyfills old versions that rely on BlobBuilder.

var Blob = require('w3c-blob')

var blob = new Blob([parts], {type: 'text/plain'})

api

See MDN's Blob documentation.

license

MIT