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