You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetch is a global object as of Node 18; which is now the oldest supported version of Node. Thus it is safe to remove the cross-fetch global and just use fetch in the next major release.
fetchis a global object as of Node 18; which is now the oldest supported version of Node. Thus it is safe to remove thecross-fetchglobal and just usefetchin the next major release.