[node-compat] Lack of AsyncLocalStorage.disable()
implementation
#22886
Labels
bug
Something isn't working correctly
node API polyfill
Related to various "node:*" modules APIs
node compat
Version: Deno 1.41.1
When I was using MSW, one of the most popular HTTP mocking libraries, I faced an error caused by a lack of
AsyncLocalStorage.disable()
ofnode:async_hooks
module. Here is the minimum code to reproduce the issue:This would help MSW work in Deno and more people adopt this great runtime. Thanks!
The text was updated successfully, but these errors were encountered: