| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5112306 commit c3c8237
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3092,6 +3092,7 @@ function lazyLoadStreams() { | |||
| 3092 | 3092 | * end?: number; | |
| 3093 | 3093 | * highWaterMark?: number; | |
| 3094 | 3094 | * fs?: object | null; | |
| 3095 | + * signal?: AbortSignal | null; | ||
| 3095 | 3096 | * }} [options] | |
| 3096 | 3097 | * @returns {ReadStream} | |
| 3097 | 3098 | */ | |
@@ -3112,6 +3113,8 @@ function createReadStream(path, options) { | |||
| 3112 | 3113 | * emitClose?: boolean; | |
| 3113 | 3114 | * start: number; | |
| 3114 | 3115 | * fs?: object | null; | |
| 3116 | + * signal?: AbortSignal | null; | ||
| 3117 | + * highWaterMark?: number; | ||
| 3115 | 3118 | * flush?: boolean; | |
| 3116 | 3119 | * }} [options] | |
| 3117 | 3120 | * @returns {WriteStream} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments