css-usage icon indicating copy to clipboard operation
css-usage copied to clipboard

Adds scriptElemStats to CSSUsage.StyleWalker

Open thomasmo opened this issue 7 years ago • 0 comments

This recipe allows for statistics to be capture for all script elements on a page, specifically

  • whether the script is inline or internal
  • if it has the async or defer attribute
  • it's parent element (typically, head or body)

thomasmo avatar Mar 26 '18 20:03 thomasmo