MCPcopy
hub / github.com/ampproject/amphtml / flush

Function flush

test/unit/utils/test-dom-transform-stream.js:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5describes.fakeWin('DomTransformStream', {amp: true}, (env) => {
6 async function flush() {
7 await macroTask();
8 env.flushVsync();
9 await macroTask();
10 }
11
12 let win;
13 let transformer;

Callers 1

Calls 1

macroTaskFunction · 0.90

Tested by

no test coverage detected