byte-storage
byte-storage copied to clipboard
Append method?
const writable = await byteStorage.append(name:String);
Same as .write, where start is equal to the store's size.
yes please! it may also be useful to be able to put a byte-store into append-only mode, which would disallow random writes, to rewrite you'd have to resize the file (aka, truncate) and then write again.