github/fetch
### [`v3.4.0`](https://togithub.com/github/fetch/releases/v3.4.0)
[Compare Source](https://togithub.com/github/fetch/compare/v3.3.1...v3.4.0)
Use globalThis as the global object if it exists [#822](https://togithub.com/github/fetch/issues/822)
### [`v3.3.1`](https://togithub.com/github/fetch/compare/v3.3.0...v3.3.1)
[Compare Source](https://togithub.com/github/fetch/compare/v3.3.0...v3.3.1)
### [`v3.3.0`](https://togithub.com/github/fetch/releases/v3.3.0)
[Compare Source](https://togithub.com/github/fetch/compare/v3.2.0...v3.3.0)
Features:
- Updated documentation for AbortController to recommend a polyfill which is spec-compliant and fully synchronous. -- [#814](https://togithub.com/github/fetch/pull/814)
Bug fixes:
- Fixed the "self is not defined" error that was reported for NodeJS applications - [#794](https://togithub.com/github/fetch/pull/794)
- Reverted the DOMException handling refactor as the original code fixed issues in old Android browsers - [#797](https://togithub.com/github/fetch/pull/797)
- `Response.arrayBuffer()` now always resolve with a `ArrayBuffer` as per the specification. -- [#816](https://togithub.com/github/fetch/pull/816)
- `Request` and `Response` can now only be called via `new` (as constructors) as per the specification. -- [#796](https://togithub.com/github/fetch/pull/796)
- Headers which are passed as a `Headers` object no longer have their names normalised as per the specification -- [#798](https://togithub.com/github/fetch/pull/798)
Refactor:
- Removed the top-level `this` to stop warnings being emitted from Rollup. -- [#815](https://togithub.com/github/fetch/pull/815)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.2.0
->3.4.0
Release Notes
github/fetch
### [`v3.4.0`](https://togithub.com/github/fetch/releases/v3.4.0) [Compare Source](https://togithub.com/github/fetch/compare/v3.3.1...v3.4.0) Use globalThis as the global object if it exists [#822](https://togithub.com/github/fetch/issues/822) ### [`v3.3.1`](https://togithub.com/github/fetch/compare/v3.3.0...v3.3.1) [Compare Source](https://togithub.com/github/fetch/compare/v3.3.0...v3.3.1) ### [`v3.3.0`](https://togithub.com/github/fetch/releases/v3.3.0) [Compare Source](https://togithub.com/github/fetch/compare/v3.2.0...v3.3.0) Features: - Updated documentation for AbortController to recommend a polyfill which is spec-compliant and fully synchronous. -- [#814](https://togithub.com/github/fetch/pull/814) Bug fixes: - Fixed the "self is not defined" error that was reported for NodeJS applications - [#794](https://togithub.com/github/fetch/pull/794) - Reverted the DOMException handling refactor as the original code fixed issues in old Android browsers - [#797](https://togithub.com/github/fetch/pull/797) - `Response.arrayBuffer()` now always resolve with a `ArrayBuffer` as per the specification. -- [#816](https://togithub.com/github/fetch/pull/816) - `Request` and `Response` can now only be called via `new` (as constructors) as per the specification. -- [#796](https://togithub.com/github/fetch/pull/796) - Headers which are passed as a `Headers` object no longer have their names normalised as per the specification -- [#798](https://togithub.com/github/fetch/pull/798) Refactor: - Removed the top-level `this` to stop warnings being emitted from Rollup. -- [#815](https://togithub.com/github/fetch/pull/815)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.