Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/playwright-browser-tunnel > IDisposableTunneledBrowser > [Symbol.asyncDispose]

IDisposableTunneledBrowser.[Symbol.asyncDispose] property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Async dispose method that closes the browser connection. Called automatically when using await using syntax.

Signature:

[Symbol.asyncDispose]: () => Promise<void>;