1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/node_compat
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
..
test fix: define window.name (#20804) 2023-10-08 22:12:59 +00:00
common.ts chore: disable flaky Node compat tests (#18760) 2023-04-19 00:32:21 +02:00
config.jsonc fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769) 2023-10-08 11:09:50 +09:00
polyfill_globals.js feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
runner.ts feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
test.ts chore: upgrade rusty_v8 to 0.72.0 (#19228) 2023-05-24 00:11:37 +02:00