/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/PerformancePaintTiming.webidl
12 строк
416 B
Shubham Gupta
script: Expose `toJSON` on `PerformancePaintTiming` (#42396)
07 фев 2026, 10:06
Не верифицирован
07 фев 2026, 10:06
60fc5c3
Код
Авторство
О чём код?
/* 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/. * * The origin of this IDL file is * https://w3c.github.io/paint-timing/#sec-PerformancePaintTiming */ [Exposed=Window] interface PerformancePaintTiming : PerformanceEntry { [Default] object toJSON(); };