summaryrefslogtreecommitdiff
path: root/ext/fetch/27_eventsource.js
AgeCommit message (Expand)Author
2024-09-06fix(runtime): use more null proto objects again (#25040)Kenta Moriuchi
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-03-25fix(ext/fetch): do not truncate field value in `EventSource` (#22368)ud2
2024-03-24fix(ext/fetch): make `EventSource` more robust (#22493)ud2
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-10-31feat(ext/web): EventSource (#14730)Leo Kettmeir