/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/PerformanceMeasure.webidl
12 строк
416 B
Shubham Gupta
script: Generate custom fields also, for interfaces inheriting from `PerformanceEntry`, from `impl_performance_entry_struct!` (#44289)
17 апр 2026, 15:16
Не верифицирован
17 апр 2026, 15:16
53d7a0e
Код
Авторство
О чём код?
/* 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/user-timing/#performancemeasure */ [Exposed=(Window,Worker)] interface PerformanceMeasure : PerformanceEntry { readonly attribute any detail; };