High level helper which is resolved on any DOM mutation.
Context object.
Optional
Timeout for polling.
Resolves on each page mutation.
async function step(ctx: Context) { await waitForMutation(ctx);} Copy
async function step(ctx: Context) { await waitForMutation(ctx);}
Generated using TypeDoc
High level helper which is resolved on any DOM mutation.