Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: implement fetch per spec #928

Merged
merged 56 commits into from
Aug 12, 2021
Merged

fix: implement fetch per spec #928

merged 56 commits into from
Aug 12, 2021

Commits on Aug 10, 2021

  1. fix: implement fetch per spec

    Also ports node-fetch tests.
    ronag committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    fb9281e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. fixup: strict null check

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    866cc90 View commit details
    Browse the repository at this point in the history
  2. fixup: extractBody

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    217af2b View commit details
    Browse the repository at this point in the history
  3. fixup: body used

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0d40f36 View commit details
    Browse the repository at this point in the history
  4. fixup: use instanceof Blob

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ca62f2a View commit details
    Browse the repository at this point in the history
  5. fixup

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2a6cdb1 View commit details
    Browse the repository at this point in the history
  6. fixup

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    3113392 View commit details
    Browse the repository at this point in the history
  7. fixup: isBodyReadable

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ffeba7b View commit details
    Browse the repository at this point in the history
  8. fixup: localURLSOnly

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    7c288ea View commit details
    Browse the repository at this point in the history
  9. fixup: timingAllow

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c03a784 View commit details
    Browse the repository at this point in the history
  10. fixup: timingInfo

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c611493 View commit details
    Browse the repository at this point in the history
  11. fixup: disregard any enqueuing

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    360530b View commit details
    Browse the repository at this point in the history
  12. fixup: strict cmp

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9c9fa53 View commit details
    Browse the repository at this point in the history
  13. fixup: clone

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9172bec View commit details
    Browse the repository at this point in the history
  14. fixup: don't need to copy URL

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    362ef33 View commit details
    Browse the repository at this point in the history
  15. fix: Response init

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1c42102 View commit details
    Browse the repository at this point in the history
  16. fixup: opaqueredirect

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    883a56c View commit details
    Browse the repository at this point in the history
  17. fixup: avoid new Response

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4724d36 View commit details
    Browse the repository at this point in the history
  18. fixup: abort default err

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8647470 View commit details
    Browse the repository at this point in the history
  19. fixup: url

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    db693fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6c0d4bd View commit details
    Browse the repository at this point in the history
  21. fixup

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f81577a View commit details
    Browse the repository at this point in the history
  22. fixup

    ronag committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    515d6c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. fixup: fixes from review

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e475f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    866e64b View commit details
    Browse the repository at this point in the history
  3. fixup: error messages

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e16955e View commit details
    Browse the repository at this point in the history
  4. fixup: isBuffer

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c2eeb96 View commit details
    Browse the repository at this point in the history
  5. fixup: more error msg

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    301dc8e View commit details
    Browse the repository at this point in the history
  6. fixup: forbidden methods

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9122f57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74fbc20 View commit details
    Browse the repository at this point in the history
  8. fixup: error msgs

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    25485a0 View commit details
    Browse the repository at this point in the history
  9. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3344db1 View commit details
    Browse the repository at this point in the history
  10. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9f2fd14 View commit details
    Browse the repository at this point in the history
  11. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3bcf1a3 View commit details
    Browse the repository at this point in the history
  12. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b397500 View commit details
    Browse the repository at this point in the history
  13. fixup: chrome compat

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    52f6f83 View commit details
    Browse the repository at this point in the history
  14. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a8a9b6a View commit details
    Browse the repository at this point in the history
  15. fixup: error msgs

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    4ce55d3 View commit details
    Browse the repository at this point in the history
  16. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    af5866a View commit details
    Browse the repository at this point in the history
  17. fixup: timingInfo

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9f6d2e0 View commit details
    Browse the repository at this point in the history
  18. fixup: comments

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    1e87e8d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7bd95d5 View commit details
    Browse the repository at this point in the history
  20. fixup: bad port + missing cond

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    f71abfe View commit details
    Browse the repository at this point in the history
  21. fixup: docs

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    41eae28 View commit details
    Browse the repository at this point in the history
  22. fixup: move fetch to new folder

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    2cf7293 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    83adb4e View commit details
    Browse the repository at this point in the history
  24. fixup: link MDN docs

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    387919b View commit details
    Browse the repository at this point in the history
  25. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    efddfc2 View commit details
    Browse the repository at this point in the history
  26. fixup: node fetch in CI

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c3822cf View commit details
    Browse the repository at this point in the history
  27. fixup: terminate on onError

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    abe0c68 View commit details
    Browse the repository at this point in the history
  28. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    32aef9f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6f005a6 View commit details
    Browse the repository at this point in the history
  30. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a901f6c View commit details
    Browse the repository at this point in the history
  31. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b6cb85d View commit details
    Browse the repository at this point in the history
  32. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    53b3ab1 View commit details
    Browse the repository at this point in the history
  33. fixup

    ronag committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    260cf8f View commit details
    Browse the repository at this point in the history