1. 23 10月, 2017 1 次提交
  2. 04 8月, 2017 1 次提交
  3. 03 8月, 2017 1 次提交
  4. 19 6月, 2017 2 次提交
  5. 16 6月, 2017 1 次提交
    • R
      Allow undefined Response status · c3e10195
      Remco Haszing 提交于
      This allows the Response constructor to accept a status code that's
      explicitly set to undefined. Native fetch implementations in Chrome and
      Firefox behave this way.
      
      The following now works, but would previously throw an error:
      
          new Response('', { status: undefined })
      c3e10195
  6. 25 5月, 2017 1 次提交
  7. 24 5月, 2017 1 次提交
    • S
      Ensure cookies aren't sent if `credentials: omit` · c389ccd8
      Satyajit Sahoo 提交于
      If the default value of `withCredentials` is `true`, as opposed to `false`, the library will send the cookies even if `credentials: omit` is specified. This affects React Native where the default value is `true` since cross-origin concerns don't apply.
      c389ccd8
  8. 10 5月, 2017 1 次提交
  9. 09 4月, 2017 1 次提交
  10. 28 3月, 2017 1 次提交
  11. 15 3月, 2017 1 次提交
  12. 08 3月, 2017 2 次提交
  13. 07 3月, 2017 1 次提交
  14. 03 3月, 2017 2 次提交
  15. 22 2月, 2017 4 次提交
  16. 21 2月, 2017 1 次提交
  17. 26 1月, 2017 1 次提交
  18. 25 1月, 2017 1 次提交
  19. 24 1月, 2017 2 次提交
  20. 20 1月, 2017 2 次提交
  21. 17 1月, 2017 1 次提交
  22. 16 1月, 2017 1 次提交
  23. 30 12月, 2016 1 次提交
  24. 06 12月, 2016 2 次提交
  25. 21 11月, 2016 1 次提交
  26. 17 11月, 2016 2 次提交
  27. 15 11月, 2016 4 次提交