LiveBindingsData
Defined in: hotUpdateRebind.ts:55
The second barrier of an update. Assets.applyUpdate resolves when the ASSET
graph has caught up; the bindings that read it move on a frame, so a paused
app converges when it resumes and this is how to wait for that.
Methods
Section titled “Methods”settled()
Section titled “settled()”settled():
Promise<void>
Defined in: hotUpdateRebind.ts:58
Resolves once every ended era seen so far has been migrated onto its replacement, or given up on. Needs the app to be ticking.
Returns
Section titled “Returns”Promise<void>