Skip to main content

has_javascript

Function has_javascript 

Source
pub fn has_javascript(html: &str) -> bool
Expand description

Check if HTML content contains JavaScript

§Arguments

  • html - The HTML content to check

§Returns

True if the HTML contains JavaScript