Skip to content
/ blob Public
forked from webmodules/blob

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

License

Notifications You must be signed in to change notification settings

andrewm42/blob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Makefile 3.5%