This commit is contained in:
Boof 2023-01-18 13:43:03 +01:00 committed by GitHub
parent 3b7e4d3204
commit 22efc3ad21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ const controller = new AbortController()
const timeoutId = setTimeout(() => controller.abort(), 5000)
fetch('https://t0m0t0w.github.io/backuprr/history.dat', { cache: no-store, signal: controller.signal }).then(response => {
fetch('https://t0m0t0w.github.io/backuprr/history.dat', { cache: "no-store", signal: controller.signal }).then(response => {
// completed request before timeout fired
// If you only wanted to timeout the request, not the response, add: