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 EventSource #2608

Merged
merged 63 commits into from
Jan 24, 2024
Merged

feat: Implement EventSource #2608

merged 63 commits into from
Jan 24, 2024

Commits on Jan 11, 2024

  1. feat: implement eventsource

    Uzlopak committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bace6e2 View commit details
    Browse the repository at this point in the history
  2. add wpts

    KhafraDev committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cb1db29 View commit details
    Browse the repository at this point in the history
  3. make partially work wpts

    Uzlopak committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    926438e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix some

    Uzlopak committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1c7fcb2 View commit details
    Browse the repository at this point in the history
  2. restructure, use ErrorEvent

    Uzlopak committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2e69663 View commit details
    Browse the repository at this point in the history
  3. fix

    Uzlopak committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    79e7419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54b234a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3337d7d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. add-types

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    82214e0 View commit details
    Browse the repository at this point in the history
  2. restructure

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    56ec56f View commit details
    Browse the repository at this point in the history
  3. add TODO for comment

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8c76a8a View commit details
    Browse the repository at this point in the history
  4. use mainFetch

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    755b2d6 View commit details
    Browse the repository at this point in the history
  5. k

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4e7eeb5 View commit details
    Browse the repository at this point in the history
  6. make it terminatable

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a46bb20 View commit details
    Browse the repository at this point in the history
  7. fix

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bb416e6 View commit details
    Browse the repository at this point in the history
  8. fix

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    36d9747 View commit details
    Browse the repository at this point in the history
  9. remove OpenEvent

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bdc793c View commit details
    Browse the repository at this point in the history
  10. fix wpt runner

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    14e503b View commit details
    Browse the repository at this point in the history
  11. fix

    Uzlopak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c73c67d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    11ee17d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c65c75 View commit details
    Browse the repository at this point in the history
  3. Update lib/eventsource/index.js

    Co-authored-by: Khafra <maitken033380023@gmail.com>
    Uzlopak and KhafraDev committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7c38511 View commit details
    Browse the repository at this point in the history
  4. fetching

    KhafraDev committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d7a7dab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    110fc04 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. improve BOM check

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1fa548b View commit details
    Browse the repository at this point in the history
  2. improve parseLine

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    03dc926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e04194c View commit details
    Browse the repository at this point in the history
  4. improve

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    041c648 View commit details
    Browse the repository at this point in the history
  5. rename eventSourceState

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    55e2729 View commit details
    Browse the repository at this point in the history
  6. fix

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fc32639 View commit details
    Browse the repository at this point in the history
  7. fix

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    11f5814 View commit details
    Browse the repository at this point in the history
  8. fix

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6ab5dea View commit details
    Browse the repository at this point in the history
  9. fix

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ba941ea View commit details
    Browse the repository at this point in the history
  10. add settings environment

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f8dbc1a View commit details
    Browse the repository at this point in the history
  11. fix isNetworkError

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b9fed12 View commit details
    Browse the repository at this point in the history
  12. add route, fix 2 tests

    KhafraDev committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7a834fb View commit details
    Browse the repository at this point in the history
  13. fixup

    KhafraDev committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ffaac56 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    46360dd View commit details
    Browse the repository at this point in the history
  15. more tests

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    05b0fa7 View commit details
    Browse the repository at this point in the history
  16. remove constants.js

    Uzlopak committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ef19996 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. improve parseLine logic

    Uzlopak committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9ea9156 View commit details
    Browse the repository at this point in the history
  2. rename

    Uzlopak committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1a2d508 View commit details
    Browse the repository at this point in the history
  3. fixup

    KhafraDev committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6d8a2e9 View commit details
    Browse the repository at this point in the history
  4. add ignored tests of wpt

    Uzlopak committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1531c8d View commit details
    Browse the repository at this point in the history
  5. better

    Uzlopak committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7b32778 View commit details
    Browse the repository at this point in the history
  6. fix more

    Uzlopak committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4b7ad3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e74bb3 View commit details
    Browse the repository at this point in the history
  8. add docs

    Uzlopak committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    67fef73 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    104da43 View commit details
    Browse the repository at this point in the history
  2. add more tests

    Uzlopak committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2ca2594 View commit details
    Browse the repository at this point in the history
  3. fix wpt tests

    Uzlopak committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    98eae69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49d40cc View commit details
    Browse the repository at this point in the history
  5. activate skipped wpt test

    Uzlopak committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6d3f48a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. fix some remarks

    Uzlopak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8841ef1 View commit details
    Browse the repository at this point in the history
  2. simplify

    Uzlopak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    15fea93 View commit details
    Browse the repository at this point in the history
  3. remove newline

    Uzlopak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    cb392ef View commit details
    Browse the repository at this point in the history
  4. remove usage of ErrorEvent

    Uzlopak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    920885e View commit details
    Browse the repository at this point in the history
  5. harden

    Uzlopak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b643dde View commit details
    Browse the repository at this point in the history
  6. more tests

    Uzlopak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7fd4a64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9592c47 View commit details
    Browse the repository at this point in the history
  8. add TODOs

    Uzlopak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3e912ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b18785 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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