/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/XPathExpression.webidl
14 строк
481 B
Simon Wülker
script: Enable xpath by default (#40212)
27 окт 2025, 22:24
Не верифицирован
27 окт 2025, 22:24
f9f2a13
Код
Авторство
О чём код?
/* 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/. */ // https://dom.spec.whatwg.org/#interface-xpathexpression [Exposed=Window] interface XPathExpression { // XPathResult.ANY_TYPE = 0 [Throws] XPathResult evaluate( Node contextNode, optional unsigned short type = 0, optional XPathResult? result = null ); };