/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/TrustedHTML.webidl
13 строк
391 B
Tim van der Lippe
Remove the `dom_trusted_types_enabled` preference (#39281)
13 сен 2025, 12:57
Не верифицирован
13 сен 2025, 12:57
2f252c9
Код
Авторство
О чём код?
/* 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://www.w3.org/TR/trusted-types/#trusted-html */ [Exposed=(Window,Worker)] interface TrustedHTML { stringifier; DOMString toJSON(); };