window.fetch polyfill v3.2.0 Release Notes

Release Date: 2020-07-09 // over 3 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add support for no-cache and no-store - #795

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fixed the "self is not defined" error that was reported for NodeJS applications - #794
    • Throw a TypeError if Request or Response functions are called without new - #796

    ๐Ÿ”จ Refactor:

    • ๐Ÿ”จ Refactor DOMException handling code to avoid redundant exceptions generation - #797