Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-31 | feat(ext/web): EventSource (#14730) | Leo Kettmeir | |
Closes #10298 --------- Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com> | |||
2023-10-08 | fix: define window.name (#20804) | Bartek IwaĆczuk | |
Closes https://github.com/denoland/deno/issues/20750 This matches what browsers do: https://developer.mozilla.org/en-US/docs/Web/API/Window/name In the future we might want to change the behavior to actually update the process name, but that needs a bit of discussion regarding if it needs a permission flag (that would make polyfiling `process.title` setter really easy too). | |||
2023-05-13 | chore(ext/node): removed skipped compat test cases (#19109) | Yoshiya Hinosawa | |
2023-04-18 | fix(ext/node): add req.socket.remoteAddress (#18733) | Yoshiya Hinosawa | |
2023-02-17 | test: add node compat tests (#17805) | Yoshiya Hinosawa | |