From af8fb33b833a56f8b880283ef93fffd17c3c3500 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 28 May 2020 14:28:14 +0100 Subject: [PATCH] add line Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- docs/app-load.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/app-load.md b/docs/app-load.md index 865d46cccc..bdc0243c50 100644 --- a/docs/app-load.md +++ b/docs/app-load.md @@ -73,6 +73,7 @@ Key: + Red arrow: async task success is asserted Notes: ++ A task begins when all its dependencies (arrows going into it) are fulfilled. + The success of setting up rageshake is never asserted, riot-web has a fallback path for running without IDB (and thus rageshake). + Everything is awaited to be settled before the Modernizr check, to allow it to make use of things like i18n if they are successful.