ad8b0407c6
test-web / test (push) Failing after 31s
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.