Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: implement eventsource * add wpts * make partially work wpts * fix some * restructure, use ErrorEvent * fix * restructure, create distinct OpenEvent * add experimental warning, transform inputs * add-types * restructure * add TODO for comment * use mainFetch * k * make it terminatable * fix * fix * remove OpenEvent * fix wpt runner * fix * Apply suggestions from code review * Update lib/eventsource/index.js Co-authored-by: Khafra <maitken033380023@gmail.com> * fetching * improve BOM check * improve parseLine * rename back index.js to eventsource.js * improve * rename eventSourceState * fix * fix * fix * fix * add settings environment * fix isNetworkError * add route, fix 2 tests * fixup * improve CRLF processing, add tests * more tests * remove constants.js * improve parseLine logic * rename * fixup * add ignored tests of wpt * better * fix more * add docs * fix setting origin on message event * add more tests * fix wpt tests * add EventSource documentation to website sidebar * activate skipped wpt test * fix some remarks * simplify * remove newline * remove usage of ErrorEvent * harden * more tests * dont check for strings in isValidLastEventId * add TODOs * improve example for eventsource * trigger CI because node 21.6.1 got released --------- Co-authored-by: Khafra <maitken033380023@gmail.com>
- Loading branch information