Fetch with a hard deadline and a byte-capped body read. The deadline is enforced both via AbortSignal (kills the socket under real fetch) and a racing timer (so injected fetch implementations that ignore the signal still reject on time).
Fetch with a hard deadline and a byte-capped body read. The deadline is enforced both via AbortSignal (kills the socket under real fetch) and a racing timer (so injected fetch implementations that ignore the signal still reject on time).