Add feature detection and warnings, run formatter

This commit is contained in:
Fred Boniface
2024-06-23 11:21:45 +01:00
parent 98c9b5cc03
commit 8560d61348
10 changed files with 108 additions and 85 deletions

View File

@@ -42,14 +42,11 @@
}
function send() {
toast.promise(
request(),
{
loading: "Contacting Server...",
success: "Request Answered.",
error: "Unable to contact server."
}
)
toast.promise(request(), {
loading: "Contacting Server...",
success: "Request Answered.",
error: "Unable to contact server.",
});
}
onMount(async () => {