1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/runtime/ops
Divy Srivastava 97604ef522
Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739)
Reverts denoland/deno#18453

Fixes https://github.com/denoland/deno/issues/21602
https://github.com/denoland/deno/issues/21631
https://github.com/denoland/deno/issues/21641

Reasons for revert:
- alert() and confirm() swallowed ^C with raw mode.
- prompt() did not re-raise the interrupt signal from rustyline. 
- Default 'Y' on confirm() is a bad default and breaking change.

cc @lionel-rowe
2024-01-04 20:34:52 +01:00
..
os chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
web_worker chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
bootstrap.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
fs_events.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
http.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
permissions.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
process.rs chore: update to Rust 1.75 (#21731) 2024-01-04 20:34:52 +01:00
runtime.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
signal.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
tty.rs Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739) 2024-01-04 20:34:52 +01:00
utils.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
web_worker.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
worker_host.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00