jakearchibald / jakearchibald/byte-storage
Append method?
Open
- Dominant language
- No language data
- Stars
- 42
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```js
const writable = await byteStorage.append(name:String);
```
Same as `.write`, where `start` is equal to the store's size.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the existing .write method and the byteStorage API to understand how the store size and write start position are handled. Add an append method with the requested behavior: writing at the current store size, and verify that its public API and semantics match .write.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100