/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/DebuggerResumeEvent.webidl
11 строк
474 B
eri
devtools: Implement initial support for `Step in`, `Step out` and `Step over` (#42907)
02 мар 2026, 21:35
Не верифицирован
02 мар 2026, 21:35
88f2469
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // This interface is entirely internal to Servo, and should not be accessible to // web pages. [Exposed=DebuggerGlobalScope] interface DebuggerResumeEvent : Event { readonly attribute DOMString? resumeLimitType; readonly attribute DOMString? frameActorID; };