MCPcopy Create free account
hub / github.com/stenciljs/core / writeTask

Function writeTask

src/testing/platform/testing-task-queue.ts:75–77  ·  view source on GitHub ↗
(cb: d.RafCallback)

Source from the content-addressed store, hash-verified

73 * @param cb the callback to push onto `queuedWriteTasks`
74 */
75export function writeTask(cb: d.RafCallback): void {
76 queuedWriteTasks.push(cb);
77}
78
79/**
80 * Push a RequestAnimationFrame callback onto the {@link queuedReadTasks} data structure

Callers 1

proxyComponentLifeCyclesFunction · 0.90

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected