Constructor
# new LoadingProgressTracker(emit)
Parameters:
| Name | Type | Description |
|---|---|---|
emit |
Called as |
|
options.timeoutMs |
Force |
Class
Tracks the first map-content load and emits loading_progress / content_ready.
Progress never goes backwards. Reports after complete are ignored until reset().
If the first load never finishes, complete is forced after timeoutMs so a host splash cannot hang forever.
| Name | Type | Description |
|---|---|---|
emit |
Called as |
|
options.timeoutMs |
Force |