Skip to main content

scan

Function scan 

Source
pub fn scan(html: &[u8], max: usize) -> Vec<String>
Expand description

Collect the subresources an HTML document refers to, in document order, without repeats.