deno/cli/tests
Bartek Iwańczuk dfc254cd57
fix: define window.name (#20804)
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-10-08 22:12:59 +00:00
..
integration fix(cli): Support using both --watch and --inspect at the same time (#20660) 2023-10-06 23:33:14 +02:00
node_compat fix: define window.name (#20804) 2023-10-08 22:12:59 +00:00
testdata feat(unstable): Await return from Jupyter.display (#20807) 2023-10-06 21:26:11 +00:00
unit fix: define window.name (#20804) 2023-10-08 22:12:59 +00:00
unit_node fix(ext/node): implement uv.errname (#20785) 2023-10-05 18:27:20 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00