window.fetch polyfill v3.3.0 Release Notes

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

    • ๐Ÿ“š Updated documentation for AbortController to recommend a polyfill which is spec-compliant and fully synchronous. -- #814

    ๐Ÿ› Bug fixes:

    ๐Ÿ›  Fixed the "self is not defined" error that was reported for NodeJS applications - #794

    ๐Ÿ”จ Reverted the DOMException handling refactor as the original code fixed issues in old Android browsers - #797

    Response.arrayBuffer() now always resolve with a ArrayBuffer as per the specification. -- #816

    Request and Response can now only be called via new (as constructors) as per the specification. -- #796

    Headers which are passed as a Headers object no longer have their names normalised as per the specification -- #798

    ๐Ÿ”จ Refactor:

    • โœ‚ Removed the top-level this to stop warnings being emitted from Rollup. -- #815