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
Previous12346Next

0.11.0

Diff

Changelog

Source

v0.11.0

19 January 2016

  • Handle cases where self isn't defined #253
  • Exercise both polyfill and native fetch in test suite #258
  • Make fetch add a Content-Type header based on the type of the body. 1e4a615
  • Cleanup in determining implicit content-type 3b5dc9c
  • Render main test suite as root resource of test server b043384
mislav
published 0.10.1 •

Changelog

Source

v0.10.1

2 November 2015

  • Allow making a POST request with an ArrayBuffer body #227
  • Run Sauce Labs CI for pull requests #220
  • Streamline Sauce Labs API interactions 07dc8ae
  • Download and start Sauce Connect manually b3885b4
  • Switch to my credentials for npm publish from CI e0a4851
mislav
published 0.10.0 •

Changelog

Source

v0.10.0

12 October 2015

  • Remove moot version property from bower.json #159
  • Use absolute URL in Response.redirect test #219
  • Support Response.error() and Response.redirect() #212
  • Reject the Promise returned by fetch() when Request ctor throws #217
  • Fix incorrect assertion #216
  • Remove superfluous assignment #213
  • Add webpack usage link. #195
  • Allow passing a Request instance to Request constructor #179
  • Properly convert undefined/null header values to strings. #156
  • Code of Conduct #174
  • Improve documentation for fetch caveats #164
  • Opt into new Travis infrastructure #158
  • Merge branch 'orphan-black' #209 #185
  • Add include credentials example. #205
  • Add Request.clone() and Response.clone() methods 46705f7
  • Fix and simplify Request.clone() fd362dd
  • Expand caveats with notes about cookies 184b647
mattandrews
published 0.9.0 •

Changelog

Source

v0.9.0

29 May 2015

  • Implement Headers#forEach correctly #150
  • Test forEach. 2f442ce
  • Fix forEach parameters. 0449483
  • Accept a thisArg forEach parameter. bd2fe03
mattandrews
published 0.8.2 •

Changelog

Source

v0.8.2

19 May 2015

  • Set xhr.withCredentials after xhr.open called. a847967
  • Only support standard options. cc9f4b0
  • Fetch 0.8.2 0b3e1d7
mattandrews
published 0.8.1 •

Changelog

Source

v0.8.1

4 May 2015

mattandrews
published 0.8.0 •

Changelog

Source

v0.8.0

4 May 2015

  • only define _initBody once #136
  • remove un-needed promise allocations in example #120
  • Headers constructor in Response constructor #107
  • Sauce: IE9 #102
  • Sauce Labs: IE 11 #101
  • Sauce Labs #99
  • Add a convenience ok getter on Response #82
  • Follow spec on Headers to throw TypeError, add tests for Headers #85
  • adds .npmignore #84
  • node.js module link #81
  • Add script runner for saucelabs 47fc7d5
  • Split app and server 29cc5dc
  • More scripty ba1214a
mattandrews
published 0.7.0 •

Changelog

Source

v0.7.0

24 January 2015

  • Centralise the checks for blob and form data support #78
  • If cors, with credentials #77
  • Add metadata for repository, bugs and license #67
  • Declare deliberate "async=true" on XMLHttpRequest open #74
  • Fix typo in npm install instructions #71
  • Improve Request/Response BodyInit consuming #70
  • Fix up body consuming on request fbfa9e3
  • Throw TypeError if body is given for GET or HEAD 5ce5677
  • A few more tests and typo fix. 614b2aa
mattandrews
published 0.6.1 •

Changelog

Source

v0.6.1

15 January 2015

  • Add charset content-type tests 7474e42
  • Add additional body init and consume test coverage 9d58648
  • Fix X-Request-URL on CORS requests 4525329
mattandrews
published 0.6.0 •

Changelog

Source

v0.6.0

12 January 2015

  • Suspect this api key was wrong #63
  • Use responseText on IE9 which lacks XHR2 support eeb53d3
  • Tidy up binary file reader 7436589
  • Use xhr.responseType = 'blob' to preserve binary data. 080358d
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