serialize_html_fragment

Function serialize_html_fragment 

Source
pub(crate) fn serialize_html_fragment<S: Serializer>(
    cx: &mut JSContext,
    node: &Node,
    serializer: &mut S,
    traversal_scope: TraversalScope,
    serialize_shadow_roots: bool,
    shadow_roots: Vec<DomRoot<ShadowRoot>>,
) -> Result<()>
Expand description