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

20
node_modules/slide/package.json generated vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "slide",
"version": "1.1.6",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"contributors": [
"S. Sriram <ssriram@gmail.com> (http://www.565labs.com)"
],
"description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
"main": "./lib/slide.js",
"dependencies": {},
"devDependencies": {},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/slide-flow-control.git"
},
"license": "ISC"
}