can i use disposable api in workers? ```typescript await using foo = new SomeAsyncDisposable() ```

can i use disposable api in workers?
await using foo = new SomeAsyncDisposable()
Was this page helpful?