aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/modules/thirdparty/detect-libc.linux.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-05Fix detect-libcGravatar Ashcon Partovi 1-29/+0
2023-06-18minor build diffs (#3349)Gravatar Alex Lam S.L 1-2/+2
2023-06-17[eventsource] SSE Client (#3074)Gravatar Ciro Spaciari 1-2/+2
* fix flush * remove logs * add HTTP/1.1 eventsource * fix parse spec * multiple data in one event * get lastEventId for reconnection * fix parsing add reconnect * fix reconnection retry * add retry option * move eventsource to builtins * remove duplicate interface on globals.d.ts * move test to TS * fmt * allow no Content-Length or Transfer Encoding * udpate builtins * hardcoded * merge * revert /src/out * updated * Update .gitignore * Make the tests fail * Cleanup EventSource getter * fixup * fixup TS * fmt * update builtins * fix tests * Clear existing timeouts * Add `ref` and `unref` methods * Use `super` to make prototype pollution slightly harder * Reduce test timeout * Regenerate builtins * prettier + ref/unref * Outdated * forgot to commit this --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-02fixes with hardcoded modules (#3182)Gravatar dave caruso 1-0/+29
* fixes with hardcoded modules * add make hardcoded to make dev * adjust this message * remove debugging logs * this * restore2