@standardserver/fetch
Advanced tools
+1
-1
@@ -42,3 +42,3 @@ import { StandardBodyHint, StandardBody, StandardHeaders, StandardLazyRequest, StandardResponse, StandardLazyResponse, StandardUrl } from '@standardserver/core'; | ||
| * | ||
| * @default 5000 | ||
| * @default 15000 | ||
| */ | ||
@@ -45,0 +45,0 @@ interval?: number; |
+1
-1
@@ -42,3 +42,3 @@ import { StandardBodyHint, StandardBody, StandardHeaders, StandardLazyRequest, StandardResponse, StandardLazyResponse, StandardUrl } from '@standardserver/core'; | ||
| * | ||
| * @default 5000 | ||
| * @default 15000 | ||
| */ | ||
@@ -45,0 +45,0 @@ interval?: number; |
+1
-1
@@ -51,3 +51,3 @@ import { EventStreamDecoderStream, withEventMeta, ErrorEvent, encodeEventStreamMessage, unwrapEvent, getEventMeta, getFilenameFromContentDisposition, generateContentDisposition } from '@standardserver/core'; | ||
| const keepAliveEnabled = options.keepAlive?.enabled ?? true; | ||
| const keepAliveInterval = options.keepAlive?.interval ?? 5e3; | ||
| const keepAliveInterval = options.keepAlive?.interval ?? 15e3; | ||
| const keepAliveComment = options.keepAlive?.comment ?? ""; | ||
@@ -54,0 +54,0 @@ const initialCommentEnabled = options.initialComment?.enabled ?? true; |
+3
-3
| { | ||
| "name": "@standardserver/fetch", | ||
| "type": "module", | ||
| "version": "0.2.1", | ||
| "version": "0.3.0", | ||
| "license": "MIT", | ||
@@ -25,4 +25,4 @@ "homepage": "https://standardserver.dev", | ||
| "dependencies": { | ||
| "@standardserver/core": "0.2.1", | ||
| "@standardserver/shared": "0.2.1" | ||
| "@standardserver/core": "0.3.0", | ||
| "@standardserver/shared": "0.3.0" | ||
| }, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
+1
-1
@@ -251,5 +251,5 @@ # @standardserver/fetch | ||
| <a href="https://github.com/Scrumplex?ref=orpc" target="_blank" rel="noopener" title="Sefa Eyeoglu"><img src="https://avatars.githubusercontent.com/u/11587657?u=ab503582165c0bbff0cca47ce31c9450bb1553c9&v=4" width="32" height="32" alt="Sefa Eyeoglu" /></a> | ||
| <a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="NΛTT"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&v=4" width="32" height="32" alt="NΛTT" /></a> | ||
| <a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="natt"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&v=4" width="32" height="32" alt="natt" /></a> | ||
| <a href="https://github.com/ChromeGG?ref=orpc" target="_blank" rel="noopener" title="Adam Tkaczyk"><img src="https://avatars.githubusercontent.com/u/39050595?u=a58ca6042a6950e94e6e92442db76ef584279bc0&v=4" width="32" height="32" alt="Adam Tkaczyk" /></a> | ||
| <a href="https://github.com/plancraft?ref=orpc" target="_blank" rel="noopener" title="plancraft"><img src="https://avatars.githubusercontent.com/u/46482287?v=4" width="32" height="32" alt="plancraft" /></a> | ||
| </p> |
44881
0+ Added
+ Added
- Removed
- Removed
Updated
Updated