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
I plan to host the JSON on GitHub pages and add fetch timeouts. Apps Script is a nice way to manage cron jobs and use is free, but it's too slow if web traffic increases.
See: https://abrahamjuliot.github.io/creepjs/tests/iframes.html - the page load hangs because this URL is unreachable:
creepjs/docs/tests/iframes.js
Line 140 in b701222
It would also be good to add an
AbortController()
to the fetch request (or any fetch requests, really), like this: https://dmitripavlutin.com/timeout-fetch-request/#2-timeout-a-fetch-requestOr the new approach using an
AbortSignal
: https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/timeoutThe text was updated successfully, but these errors were encountered: