Skip to content

Commit db43ce4

Browse files
committed
Add remaining states to load state diagram.
1 parent 3d2f173 commit db43ce4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/diagrams/tile-load-states.mmd

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stateDiagram-v2
99
[*] --> unloaded
1010
unloaded --> contentLoading: Start Async Loading
1111
contentLoading --> contentLoaded: Done Async Loading
12+
contentLoading --> failed: Load Failed
13+
contentLoading --> failedTemp: Retry Later
14+
failedTemp --> contentLoading: Start Async Loading
1215
contentLoaded --> done: Main Thread Loading
1316
contentLoaded --> unloaded: Unload Tile Content
14-
done --> unloaded: Unload Tile Content
17+
done --> unloading: Start Unloading
18+
unloading --> unloaded: Done Unloading

0 commit comments

Comments
 (0)