Options to configure Symbol.asyncDispose behavior
Symbol.asyncDispose
Optional
Pass custom options for cleanup
{ doCleanup: true, force: false } Copy
{ doCleanup: true, force: false }
Set whether to run the dispose hook or not. Note that this only applies when Symbol.asyncDispose is actually called
true Copy
true
Options to configure
Symbol.asyncDisposebehavior