Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ flushMicrotasks
Function
flushMicrotasks
packages/zone.js/test/common/Promise.spec.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
function
flushMicrotasks() {
32
Zone.current.get(
'flush'
)();
33
}
34
35
class
TestRejection {
36
prop1?: string;
Callers
2
Promise.spec.ts
File · 0.70
fake-async-test.spec.ts
File · 0.50
Calls
1
get
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…