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
Previous12356Next

3.0.0

Diff

Changelog

Source

v3.0.0

7 September 2018

mislav
published 2.0.4 •

Changelog

Source

v2.0.4

29 March 2018

  • Create CONTRIBUTING.md #604
  • Tweak the wording of the “Read this first” section #553
  • Allow undefined Response status #534
  • Ensure cookies aren't sent if credentials: omit #526
  • Added yarn command as option to installation #492
  • Add global replace for processing raw headers #496
  • Added safari to native fetch browser support. #469
  • Support obs-fold as header delimiter #491
  • Tweak the wording of "Read this first" 54dc3f8
  • Add test for undefined Response status 0ecdd40
  • Fix cookie test with newer versions of Node 7831671
mislav
published 2.0.3 •

Changelog

Source

v2.0.3

2 March 2017

  • Accept array in Headers constructor #485
  • Improve README language #483
  • Fix grammar mistake in README #468
  • Remove bower version from release instructions 5cc72dd
  • Remove extra punctuation eebaa2a
  • Fetch 2.0.3 d4ed806
mislav
published 2.0.2 •

Changelog

Source

v2.0.2

19 January 2017

  • Treat any non-Request arg to new Request() as string url #465
  • Support Tolerance Provision when parsing headers #449
  • Add test for cloning GET request #440
  • Detect broken URL support in PhantomJS and skip test b285e61
  • Remove secrets 9240ef4
  • fetch 2.0.2 b337f95
mislav
published 2.0.1 •

Changelog

Source

v2.0.1

17 November 2016

  • Fix misspelling of [ae]ffect #432
  • Fix reading ArrayBuffer into string on older browsers 6f8529e
  • Only define arrayBuffer() if Blob is also supported 3d3bb0c
  • Display uncaught errors on the test results page 54ec096
mislav
published 1.1.1 •

Changelog

Source

v1.1.1

17 November 2016

  • Fix reading ArrayBuffer into string on older browsers 1ddcadb
  • Only define arrayBuffer() if Blob is also supported c2556f3
  • fetch 1.1.1 f7a5148
mislav
published 2.0.0 •

Changelog

Source

v2.0.0

14 November 2016

  • Change Headers multiple value handling for spec compatibility #429
  • Firefox now implements Headers.forEach natively 468f877
  • fetch 2.0.0 c576d61
mislav
published 1.1.0 •

Changelog

Source

v1.1.0

14 November 2016

  • Support ArrayBufferView types as POST body #430
  • Spec compatibility for Request/Response constructors and cloning #428
  • Improve Readme #427
  • Fix grammar #408
  • Fixed typo in README.md #403
  • make X-Request-URL header case-insensitive #384
  • Better error handling with Saucelabs #354
  • Update Webpack section in README #331
  • Attach FileReader event handlers before calling its read* method #353
  • Default Response status is 200 OK #376
  • Support ArrayBuffer in BodyInit #350
  • Avoid consuming body when cloning #308 #335
  • Rework parsing of raw response HTTP headers #422
  • Allow reusing the same GET Request instance multiple times #411
  • Always construct a new Headers instance in Response #416
  • Rework the Installation section #415
  • More information about cookies #393
  • It looks like Safari 10 didn't ship with native fetch #401
  • Reorganize tests with the new "fetch method" suite ba7ffda
  • Share identical tests between Request & Response 9a04a06
  • ArrayBuffer can now be consumed through blob()/text() 9a703ba
mislav
published 0.11.1 •

Changelog

Source

v0.11.1

5 May 2016

  • Reject promise on request timeout #294
  • Fix formatting 3fc66ed
  • Fetch 0.11.1 7d9a11d
  • Guard against xhr.getAllResponseHeaders() being null 8deb829
mislav
published 1.0.0 •

Changelog

Source

v1.0.0

28 April 2016

  • refactor Header iterator methods #317
  • Add ES2015+ example #287
  • Switch to mocha-phantomjs-core and system PhantomJS #314
  • Reject promise on request timeout #306
  • Use uppercase methods in README #272
  • Guard against xhr.getAllResponseHeaders() being null #289
  • Add support for URLSearchParams POST body #304
  • Add Headers iterators #295
  • fix example #282
  • Drop IE-specific status codes workarounds and require IE10+ #270
  • Reject promise on request timeout #294
  • Make Headers iterable if Symbol is available a1b7674
  • Support URLSearchParams POST body d77810a
  • Fix formatting edb7c73
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