We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f17ac4 commit 4149e48Copy full SHA for 4149e48
src/tls_wrap.cc
@@ -940,6 +940,7 @@ void TLSWrap::Initialize(Local<Object> target,
940
t->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "TLSWrap"));
941
942
env->SetProtoMethod(t, "getAsyncId", AsyncWrap::GetAsyncId);
943
+ env->SetProtoMethod(t, "asyncReset", AsyncWrap::AsyncReset);
944
env->SetProtoMethod(t, "receive", Receive);
945
env->SetProtoMethod(t, "start", Start);
946
env->SetProtoMethod(t, "setVerifyMode", SetVerifyMode);
0 commit comments