Change8

node-fetch-server@0.14.1

Breaking Changes
📦 remixView on GitHub →
1 breaking🐛 1 fixes🔧 3 symbols

Summary

Request handlers now receive native Request instances, improving compatibility with standard web APIs. This change may affect code that depended on the previous lazy request object implementation.

⚠️ Breaking Changes

  • Request handlers now receive native `Request` instances instead of lazy request objects. This may break code that relies on the specific internal structure of the previous lazy request objects.

Migration Steps

  1. If your code relies on the internal structure of the previous lazy request objects, update it to use the new native `Request` instances.

🐛 Bug Fixes

  • Request handlers now receive native `Request` instances, fixing compatibility with standard APIs like `new Request(request, init)` that rely on native `Request` internals.

Affected Symbols