FormattingReadyCollector Class @beta

Collects async work from formatting providers during the pre-ready phase. Providers call addPendingWork to register promises that the formatter will await before signaling QuantityFormatter.onFormattingReady.

Methods

Name Description
constructor(): FormattingReadyCollector    
addPendingWork(work: Promise<void>): void Register async work that must complete before the formatter signals ready.  

Defined in

Last Updated: 18 April, 2026