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]
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
A unified representation of a possibly remote file-like resource
License
manvalls/rblob
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A unified representation of a possibly remote file-like resource
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published