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 faeee11 commit a16081cCopy full SHA for a16081c
src/node.cc
@@ -4421,7 +4421,7 @@ inline int Start(uv_loop_t* event_loop,
4421
4422
isolate->AddMessageListener(OnMessage);
4423
isolate->SetAbortOnUncaughtExceptionCallback(ShouldAbortOnUncaughtException);
4424
- isolate->SetAutorunMicrotasks(false);
+ isolate->SetMicrotasksPolicy(v8::MicrotasksPolicy::kExplicit);
4425
isolate->SetFatalErrorHandler(OnFatalError);
4426
4427
{
0 commit comments