/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/HTMLDocument.webidl
13 строк
415 B
Leo Ring
Implement HTMLDocument API (#38433)
04 авг 2025, 06:42
Не верифицирован
04 авг 2025, 06:42
79a45c7
Код
Авторство
О чём код?
/* 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 http://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#htmldocument [LegacyOverrideBuiltIns, Exposed=Window] interface HTMLDocument : Document { // DOM tree accessors getter NamedPropertyValue (DOMString name); };