Skip to main content

microtaskMode

property RunningScriptInNewContextOptions.microtaskMode

If set to afterEvaluate, microtasks will be run immediately after the script has run.

CreateContextOptions["microtaskMode"]
Back to top