Function script::dom::htmlelement::append_text_node_to_fragment

source ยท
fn append_text_node_to_fragment(
    document: &Document,
    fragment: &DocumentFragment,
    text: String,
    can_gc: CanGc,
)