node-fetch v2.3.0 Release Notes

Release Date: 2018-11-13 // over 5 years ago
    • ✨ Enhance: added AbortSignal support, with README example.
    • ✨ Enhance: handle invalid Location header during redirect by rejecting them explicitly with FetchError.
    • 🛠 Fix: update browser.js to support react-native environment, where self isn't available globally.