Skip to content

happypdf / waitForTick

Function: waitForTick()

ts
function waitForTick(): Promise<void>;

Defined in: src/utils/async.ts:5

Returns a Promise that resolves after at least one tick of the Macro Task Queue occurs.

Returns

Promise&lt;void&gt;

MIT Licensed. A fork of pdf-lib.