/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/reporting/mod.rs
6 строк
275 B
Tim van der Lippe
script: Move reporting interfaces (#43270)
15 мар 2026, 12:01
Не верифицирован
15 мар 2026, 12:01
f8b06d7
Код
Авторство
О чём код?
/* 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/. */ pub(crate) mod reportingendpoint; pub(crate) mod reportingobserver;