You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
napi: add finalize hint support
Change napi_finalize_callback to support a hint parameter
APIs that take in a finalize callback now also take a hint
This hint is passed back in when the finalize callback is
called
Fixes: #111
Reviewed-By: @jasongin@boingoing@mhdawson
PR-Url: #155
Let's modify napi_finalize to take a context as its second parameter as suggested in #109 (comment).
The text was updated successfully, but these errors were encountered: