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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
macroTask is true or false, but we can not get whether the macroTask isPeriodic or not.
In some case, we may want to consider
all microTasks
all non-periodic macroTasks
are stable.
For example, in some application, we start a interval to polling from server at background, and basically we should ignore this interval task when we want to check the application is stable or not. otherwise the application will not stable at all.
@mhevery , do you think we need to provide something like