Skip to content
forked from amitport/blob

A cross-browser Blob that falls back to BlobBuilder when appropriate

License

Notifications You must be signed in to change notification settings

hexiaokang/blob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/webmodules/blob was abandoned. This repo contains the latest versions published to NPM.

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

About

A cross-browser Blob that falls back to BlobBuilder when appropriate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • HTML 7.0%