Skip to content

impit-node@0.12.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 17:41

Features

  • Add per-request redirect option to RequestInit (#418)

    • Adds standard Fetch API redirect option to RequestInit, allowing per-request override of the instance-level followRedirects setting.
  • Add clone() support to ImpitResponse (#419)

    • Implements Response.clone() on ImpitResponse using ReadableStream.tee(), making impit compatible with libraries like ky that call response.clone() internally.