You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alert("An error occured whilst trying to load `tagdata.csv`: '"+error.toString()+"'\nPlease report this at 'https://github.com/DatBogie/datbogie.github.io/issues'!");
20
+
});
21
+
returntagData;
22
+
}
23
+
1
24
exportasyncfunctiongetLevelData(doSomething){
2
-
constret=newArray(2);
25
+
constret=newArray(3);
3
26
varlevelData=[];
4
27
varlevelTags={};
28
+
consttagData=awaitgetTagData();
5
29
fetch("leveldata.csv").then().then((raw)=>{
6
30
raw.text().then((text)=>{
7
31
constheading=text.split("\n")[0].split(",");
@@ -14,18 +38,23 @@ export async function getLevelData(doSomething) {
alert("An error occured whilst trying to load `leveldata.csv`: '"+error.toString()+"'\nPlease report this at 'https://github.com/DatBogie/datbogie.github.io/issues'!");
0 commit comments