v1.2.2 - Fix network error on background, auto-retry streaming with reconnect

This commit is contained in:
admin
2026-05-19 15:50:45 +04:00
Unverified
parent 2e327317e4
commit 1026259a20
3831 changed files with 384316 additions and 39 deletions

48
node_modules/@kvs/node-localstorage/README.md generated vendored Normal file
View File

@@ -0,0 +1,48 @@
# @kvs/node-localstorage
Node.js localstorage for [KVS](https://github.com/azu/kvs).
## Dependencies
- [lmaccherone/node-localstorage: A drop-in substitute for the browser native localStorage API that runs on node.js.](https://github.com/lmaccherone/node-localstorage)
## Install
Install with [npm](https://www.npmjs.com/):
npm install @kvs/node-localstorage
## Usage
See <https://github.com/azu/kvs#usage>
## Changelog
See [Releases page](https://github.com/azu/kvs/releases).
## Running tests
Install devDependencies and Run `npm test`:
npm test
## Contributing
Pull requests and stars are always welcome.
For bugs and feature requests, [please create an issue](https://github.com/azu/kvs/issues).
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## Author
- [github/azu](https://github.com/azu)
- [twitter/azu_re](https://twitter.com/azu_re)
## License
MIT © azu