v0.20.230 - 7.3 / 5.9

ready

ready is for components that need to run some initialization.

A ready callback runs once the current processing batch is done — i.e. after the full queue of connected callbacks has been processed, and before the next paint. By then, the elements produced by the scope should already be connected to the document.

# Arguments

nametypedescription
fnfnfunction to run once the processing batch is done

# Snippet

# Timing

Displays current timings of ready vs connected