/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/inspector/domain_node_runtime.pdl
22 строки
750 B
Chengzhong Wu
src: split inspector protocol domains files
19 ноя 2025, 04:05
Не верифицирован
19 ноя 2025, 04:05
b5c9469
Код
Авторство
О чём код?
# Support for inspecting node process state. experimental domain NodeRuntime # Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`. command enable # Disable NodeRuntime events command disable # Enable the `NodeRuntime.waitingForDisconnect`. command notifyWhenWaitingForDisconnect parameters boolean enabled # This event is fired instead of `Runtime.executionContextDestroyed` when # enabled. # It is fired when the Node process finished all code execution and is # waiting for all frontends to disconnect. event waitingForDisconnect # This event is fired when the runtime is waiting for the debugger. For # example, when inspector.waitingForDebugger is called event waitingForDebugger