Navigator refactor (#648)

Navigation refactor
This commit is contained in:
Zef Hemel
2024-01-24 11:58:33 +01:00
committed by GitHub
parent 9fa52e43e0
commit aaacec6d61
25 changed files with 360 additions and 263 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export class HttpSpacePrimitives implements SpacePrimitives {
console.error(
"Got error fetching, throwing offline",
url,
e.errorMessage,
e,
);
throw new Error("Offline");
}