Skip to content
Compare
Choose a tag to compare

v3.2.0

@JakeChampion JakeChampion released this
· 44 commits to master since this release
v3.2.0
fdd09e2
Compare
Choose a tag to compare

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