/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/webvtt/mod.rs
11 строк
401 B
Martin Robinson
script: Move WebVTT interfaces into a `webvtt` directory (#42326)
04 фев 2026, 11:15
Не верифицирован
04 фев 2026, 11:15
445e04d
Код
Авторство
О чём код?
/* 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 texttrack; pub(crate) mod texttrackcue; pub(crate) mod texttrackcuelist; pub(crate) mod texttracklist; pub(crate) mod trackevent; pub(crate) mod vttcue; pub(crate) mod vttregion;