css-usage
css-usage copied to clipboard
Adds scriptElemStats to CSSUsage.StyleWalker
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)