Closed austinteshuba closed 4 years ago
Closes Issue #68.
All the panels now load at the same time, reducing lag time.
Changes to the linter were made so it would recognize the keyword async. This also required additional rules to be clarified, namely with trailing commas.
async
I don't want to change the language level, so I'm going to redo this with promises.
Closes Issue #68.
All the panels now load at the same time, reducing lag time.
Changes to the linter were made so it would recognize the keyword
async
. This also required additional rules to be clarified, namely with trailing commas.