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
async_wrap: update utility methods for flexibility
This makes some of the internal `AsyncWrap::MakeCallback()`
utility wrappers throw rather than crash the process when
the requested method is not present on the `this` object.
Doing so makes it easier for future code to expose C++
objects directly to userland, where JS code can overwrite
or delete such methods.
PR-URL: ayojs#82
0 commit comments