BASELINE NowYouCanUse.com
Limited Availability
id: explicit-resource-management

Explicit resource management

The using and await using declarations and the dispose and asyncDispose symbols manage the lifecycle of resources such as file handles and streams. The DisposableStack and AsyncDisposableStack objects can group, dispose, and coordinate dependencies between multiple disposable resources.
Baseline Status: This feature is currently Limited and is missing in at least one major browser engine.
Desktop Browser Engine Support
Google Chrome
134
Supported
Mozilla Firefox
141
Supported
Apple Safari
Unsupported
Microsoft Edge
134
Supported
Mobile Browser Engine Support
Chrome Android
134
Firefox Android
141
Safari iOS
Specifications and References