Skip to content

v4.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 23:06
da4e292

Patch Changes

  • #351 6127f40 Thanks @rexxars! - Allow a value of any type in ReaderLike done-results. TypeScript 5.9's DOM lib types ReadableStreamDefaultReader.read()'s done-result as {done: true, value: T | undefined}, so a custom fetch returning a Response-shaped body no longer satisfied FetchLikeResponse on TypeScript 5.9 and newer, forcing consumers to hand-wrap the reader.