schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

9
node_modules/timed-out/readme.md generated vendored
View File

@@ -28,9 +28,14 @@ The request to watch on.
##### time
*Required*
Type: `number`
Type: `number` or `object`
Time in milliseconds before errors will be emitted and `request.abort()` call happens.
Time in milliseconds to wait for `connect` event on socket and also time to wait on inactive socket.
Or you can pass Object with following fields:
- `connect` - time to wait for connection
- `socket` - time to wait for activity on socket
## License