Skip to content
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

doc: update napi_make_callback documentation #35321

Closed

Commits on Sep 23, 2020

  1. doc: update napi_make_callback documentation

    Calling napi_make_callback() with no async_context is not resulting in
    using the current async context instead an empty context (id 0) is
    used.
    
    Using NULL is like using node::Makecallback without async_context which
    is deprecated since Node.js 10 (DEP0099).
    Flarna committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b971b46 View commit details
    Browse the repository at this point in the history