Add feature detection and warnings, run formatter
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user