Jonas Jenwald 3e0571cd9c Download test PDFs with the Fetch API
Using the Fetch API simplifies and shortens the `downloadFile` function considerably, since among other things it handles redirects[1] by default.

Also, the regular expression in `downloadManifestFiles` can be replaced with a simple string function now.

---

[1] Implementations of the Fetch API should already prevent e.g. redirect loops and limit the total number of redirects allowed.
2026-03-24 21:01:42 +01:00
..
2026-03-04 10:40:39 +01:00
2013-03-15 11:24:08 -07:00
2026-03-20 20:17:13 +01:00
2026-03-20 20:17:13 +01:00