Skip to content

v3.2.0

Compare
Choose a tag to compare
@JakeChampion JakeChampion released this 09 Jul 15:51

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