| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2379,6 +2379,7 @@ function writeFileSync(path, data, options) { | |||
| 2379 | 2379 | * encoding?: string | null; | |
| 2380 | 2380 | * mode?: number; | |
| 2381 | 2381 | * flag?: string; | |
| 2382 | + * flush?: boolean; | ||
| 2382 | 2383 | * } | string} [options] | |
| 2383 | 2384 | * @param {(err?: Error) => any} callback | |
| 2384 | 2385 | * @returns {void} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -354,6 +354,7 @@ class FileHandle extends EventEmitterMixin(JSTransferable) { | |||
| 354 | 354 | * autoClose?: boolean; | |
| 355 | 355 | * emitClose?: boolean; | |
| 356 | 356 | * start: number; | |
| 357 | + * highWaterMark?: number; | ||
| 357 | 358 | * flush?: boolean; | |
| 358 | 359 | * }} [options] | |
| 359 | 360 | * @returns {WriteStream} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments