Files
minstrel/web
bvandeusen ad8b0407c6
test-web / test (push) Failing after 31s
fix(web): use FileReader to decode beacon Blob in events test
jsdom's Blob doesn't ship .text() (only the polyfill via FileReader
or arrayBuffer is reliable). The pagehide test failed with
"TypeError: blob.text is not a function" at events.svelte.test.ts:183.

Swap blob.text() for new FileReader().readAsText() wrapped in a
Promise.
2026-06-01 08:41:45 -04:00
..