Skip to main content

dom_element_query_selector_all

Function dom_element_query_selector_all 

Source
pub fn dom_element_query_selector_all(
    it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

element.querySelectorAll: 子孫に限定してマッチする要素配列。:scope (Selectors Level 4。丸ごと未対応だった)は呼び出し元の要素自身を指す。