File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " extract-css-core" ,
33 "description" : " Extract all CSS from a given url, both server side and client side rendered." ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "homepage" : " https://www.projectwallace.com/oss" ,
66 "repository" : " https://github.com/bartveneman/extract-css-core" ,
77 "issues" : " https://github.com/bartveneman/extract-css-core/issues" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ employ style injection with JavaScript will not be covered.
2727This module uses an instance of Chromium to render a page. This has the benefit
2828that most of the styles can be rendered, even when generated by JavaScript. The
2929[ Puppeteer CSSCoverage API] ( https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#coveragestartcsscoverageoptions )
30- is the power behind finding most of the CSS.
30+ is the power behind finding most of the CSS. Additionally, the
31+ ` document.styleSheets ` API is used.
3132
3233## Installation
3334
You can’t perform that action at this time.
0 commit comments