·
105 commits
to main
since this release
Major Changes
- 6dadf99:
adaptFetchInputs
has been updated to use the newwrapFetch
function, which now
defaults to wrappingglobalThis.fetch
. Additionally, the input arguments have been reordered
so thatfetchImpl
is now an optional parameter. This change simplifies the function signature
and makes it easier to useadaptFetchInputs
with the defaultfetch
implementation.
Patch Changes
- Updated dependencies [65efee3]
- @windyroad/[email protected]