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 1
1
{
2
2
"name" : " extract-css-core" ,
3
3
"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" ,
5
5
"homepage" : " https://www.projectwallace.com/oss" ,
6
6
"repository" : " https://github.com/bartveneman/extract-css-core" ,
7
7
"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.
27
27
This module uses an instance of Chromium to render a page. This has the benefit
28
28
that most of the styles can be rendered, even when generated by JavaScript. The
29
29
[ 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.
31
32
32
33
## Installation
33
34
You can’t perform that action at this time.
0 commit comments