-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
napi_async_init and napi_async_destroy are not supported #18610
Comments
Related(?) I tried to get |
npm:wrtc
causes panic
@mysterycommand the finalizer problem is tracked in #17325 |
We don't have support for "AsyncContext" in "node:async_hooks" module, so these two APIs are just noops. Towards #18610.
@mysterycommand FYI I changed these APIs to be no-ops in #19234 and this will be released in Deno v1.34 tomorrow. Let me know if that solves your issue. |
Thank you! I'll give it a look as soon as I'm able |
I'm gonna close this issue for now, since this has been shipped. |
Hello, I was trying to see if I could get
wrtc
running in Deno. This code:Causes this error in the CLI:
I thought maybe it was because the implementation is doing this slightly hinky old-style Node thing:
… but trying to access the published
wrtc.node
add-on directly causes the same error:Are there plans to finish the implementation in
cli/napi/async.rs
?The text was updated successfully, but these errors were encountered: