mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-02 04:11:30 +02:00
improve comments
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
942ca3b525
commit
c67dcae35e
@ -88,6 +88,7 @@ if (!acceptBrowser && window.localStorage) {
|
|||||||
// try in react but fallback to an `alert`
|
// try in react but fallback to an `alert`
|
||||||
// We start loading stuff but don't block on it until as late as possible to allow
|
// We start loading stuff but don't block on it until as late as possible to allow
|
||||||
// the browser to use as much parallelism as it can.
|
// the browser to use as much parallelism as it can.
|
||||||
|
// Load parallelism is based on research in https://github.com/vector-im/riot-web/issues/12253
|
||||||
async function start() {
|
async function start() {
|
||||||
// load init.ts async so that its code is not executed immediately and we can catch any exceptions
|
// load init.ts async so that its code is not executed immediately and we can catch any exceptions
|
||||||
const {
|
const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user