Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
/ rblob Public archive

A unified representation of a possibly remote file-like resource

License

Notifications You must be signed in to change notification settings

manvalls/rblob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBlob Build Status Coverage Status

Sample usage

var b = new RBlob(new Blob([new Uint8Array([0,1,2,3,4,5,6,7,8])]));

b.read(0,3).then(arr => console.log(arr)); // [0,1,2]
b.read().then(arr => console.log(arr)); // [0,1,2,3,4,5,6,7,8]

About

A unified representation of a possibly remote file-like resource

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published