StripJs.clean_html_tree

You're seeing just the function clean_html_tree, go back to StripJs module for more information.
Link to this function

clean_html_tree(trees, opts \\ [])

View Source

Specs

clean_html_tree(html_tree(), opts()) :: html_tree()

Removes JS vectors from the given Floki/ Mochiweb-style HTML tree (html_tree/0).

All attribute values and tag bodies except embedded stylesheets will be HTML-escaped.