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

feat: implement net.fetch #36733

Merged
merged 54 commits into from
Feb 20, 2023
Merged

feat: implement net.fetch #36733

merged 54 commits into from
Feb 20, 2023

Commits on Dec 22, 2022

  1. feat: implement net.fetch

    nornagon committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    bc75a67 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    c88806a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. handle abort

    nornagon committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    41b2210 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. better types

    nornagon committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    befbe6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ad0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ac105 View commit details
    Browse the repository at this point in the history
  4. kick ci

    nornagon committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b43ace8 View commit details
    Browse the repository at this point in the history
  5. doc links

    nornagon committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6057958 View commit details
    Browse the repository at this point in the history
  6. add test

    nornagon committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c0f23c3 View commit details
    Browse the repository at this point in the history
  7. hack ts defs

    nornagon committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    11de4bc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. refactor: simplify events

    nornagon committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    681597f View commit details
    Browse the repository at this point in the history
  2. more cleanup

    nornagon committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2104b3d View commit details
    Browse the repository at this point in the history
  3. drop unneeded headers

    nornagon committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6bdc04d View commit details
    Browse the repository at this point in the history
  4. simplify ui_event

    nornagon committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d7d044b View commit details
    Browse the repository at this point in the history
  5. remove EmitCustomEvent

    nornagon committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fcfc826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e484046 View commit details
    Browse the repository at this point in the history
  7. remove _reply and _throw

    nornagon committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7ace33f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dff55f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    a9c965d View commit details
    Browse the repository at this point in the history
  2. fix typescript-definitions

    nornagon committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8234acf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4909b View commit details
    Browse the repository at this point in the history
  4. fix types

    nornagon committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    dbf6b90 View commit details
    Browse the repository at this point in the history
  5. fix referrer test

    nornagon committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    aaf9379 View commit details
    Browse the repository at this point in the history
  6. isReadable

    nornagon committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    05efb81 View commit details
    Browse the repository at this point in the history
  7. fix types in test

    nornagon committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4e0d1f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    b4b4e81 View commit details
    Browse the repository at this point in the history
  2. drop as any

    nornagon committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a1764ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c9dc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0491ab4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    79afe45 View commit details
    Browse the repository at this point in the history
  2. add ses.fetch

    nornagon committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3829c76 View commit details
    Browse the repository at this point in the history
  3. remove cache = ""

    nornagon committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4b233bd View commit details
    Browse the repository at this point in the history
  4. bump typescript-definitions

    nornagon committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c071c8b View commit details
    Browse the repository at this point in the history
  5. fix types

    nornagon committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cef954e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c26527 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f87690d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    2e95959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    042dc49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97e86f View commit details
    Browse the repository at this point in the history
  4. CustomEvent -> Event

    nornagon committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3d1cc34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca6acfc View commit details
    Browse the repository at this point in the history
  6. rename files

    nornagon committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f9a7237 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe5a2ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12cdf0a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. update ts-defs

    nornagon committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    714fc66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94330f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. fix types again

    nornagon committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    408ef5b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fix types

    nornagon committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3b1e86b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c15d9 View commit details
    Browse the repository at this point in the history
  3. fix type again

    nornagon committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ff0a824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    973b8ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c399a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    4a11e4e View commit details
    Browse the repository at this point in the history
  2. clean up some TODOs

    nornagon committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    bfb16b2 View commit details
    Browse the repository at this point in the history