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

  • cae9a6a: glowUpFetchWithLinks has been updated to use the new underlying wrapFetch function, which
    now defaults to wrapping globalThis.fetch, and fetchImpl is now an optional parameter.
    This change simplifies the function signature and makes it easier to use glowUpFetchWithLinks
    with the default fetch implementation.

    fetchLinks has been updated to use the new glowUpFetchWithLinks, allowing fetchLinks to
    work with libraries that manipulate globalThis.fetch, such as msw.

Patch Changes