Skip to content

@windyroad/[email protected]

Compare
Choose a tag to compare
@tompahoward tompahoward released this 18 Jul 13:27
· 105 commits to main since this release
e7b791f

Major Changes

  • 6dadf99: adaptFetchInputs has been updated to use the new wrapFetch function, which now
    defaults to wrapping globalThis.fetch. Additionally, the input arguments have been reordered
    so that fetchImpl is now an optional parameter. This change simplifies the function signature
    and makes it easier to use adaptFetchInputs with the default fetch implementation.

Patch Changes