Socket
Socket
Sign inDemoInstall

whatwg-fetch

Package Overview
Dependencies
0
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12456Next

3.6.0

Diff

Changelog

Source

v3.6.0

18 February 2021

jakechampion
published 3.5.0 •

Changelog

Source

v3.5.0

6 November 2020

jakechampion
published 3.4.1 •

Changelog

Source

v3.4.1

7 September 2020

  • Add npmignore file to ensure we always publish the dist directory 7ca02eb
  • Make the clean task remove the dist directory and the default task create it fd23745
jakechampion
published 3.4.0 •

Changelog

Source

v3.4.0

7 August 2020

  • Use globalThis as the global object if it exists 96c2651
jakechampion
published 3.3.1 •

Changelog

Source

v3.3.1

4 August 2020

  • rename variable to no longer shadow over function of same name c5db762
  • remove semicolon to pass linting f264aa5
jakechampion
published 3.3.0 •

Changelog

Source

v3.3.0

4 August 2020

  • Make Response.arrayBuffer() always resolve with a ArrayBuffer #801
  • Stop using top-level this to stop rollup warning #802
  • Recommend an AbortController polyfill which is fully synchronous #800
  • Add keepalive caveat #780
  • Throw a TypeError if Request or Response functions are called without new 5ef028d
  • If headers are passed in via a Record then do not normalise the header names as part of the request b65ed60
  • Update fetch.js 37b55c2
jakechampion
published 3.2.0 •

Changelog

Source

v3.2.0

9 July 2020

  • Detect if DOMException exists via typeof instead of trying to call it and catching the exception which may get thrown #724
  • use this if self is not defined #657
  • create variable called global which is either self or this a0783a5
  • Add support for no-cache and no-store via a cache-busting querystring parameter a0dcd85
  • make global this correct when using rollup 6e9fc0e
jakechampion
published 3.1.1 •

Changelog

Source

v3.1.1

8 July 2020

  • check if Content-Type header exists prior to examining the value #792
  • Move from Travis to GitHub Actions #793
jakechampion
published 3.0.1 •

Changelog

Source

v3.0.1

8 July 2020

  • check if Content-Type header exists prior to examining the value #792
  • Move from Travis to GitHub Actions #793
  • Co-authored-by: Jake Champion <me@jakechampion.name> #575
  • work around IE XHR bug with '' URL Fixes #618 #619
  • Allow exclamation mark as valid header character #745
  • Avoid blob conversion for specific requests #752
  • Compatibility for fetch-mock using proxy-pollyfill #736
  • Change default statusText for Response #698
  • Document more common pitfalls in the README #734
  • field name can not by empty #684
  • work around IE XHR bug with '' URL Fixes #618 (#619) #618
  • Clarify what parts of the standard we don't want to implement #661
  • Document more caveats 9a0bce2
  • Fix issue #533 7f030fa
  • Compatibility with newer eslint-plugin-github 1821b74
jakechampion
published 3.1.0 •

Changelog

Source

v3.1.0

29 June 2020

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc