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.
1 parent d0cb651 commit 5a12342Copy full SHA for 5a12342
1 file changed
src/bench.ts
@@ -93,7 +93,7 @@ export class Bench extends EventTarget implements BenchLike {
93
/**
94
* An AbortSignal to cancel the benchmark.
95
*/
96
- readonly signal: AbortSignal | undefined
+ readonly signal?: AbortSignal
97
98
99
* A teardown function that runs after each task execution.
0 commit comments