We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ProgressCallback
1 parent c542dfa commit d4a8524Copy full SHA for d4a8524
lib/api.d.ts
@@ -9,7 +9,7 @@ export type OutputStream =
9
(bytes: Uint8Array | null) => void;
10
11
export type ProgressCallback =
12
- ({ source: Application, totalLength: number, doneLength: number }) => void;
+ (event: { source: Application, totalLength: number, doneLength: number }) => void;
13
14
export type RunOptions = {
15
stdin?: InputStream | null;
0 commit comments