Skip to content

Commit 2fa83fd

Browse files
Merge pull request #197 from alvarcarto/revert-182-node-upgrade
Revert "Node upgrade"
2 parents 551d150 + c5d2d58 commit 2fa83fd

File tree

7 files changed

+2449
-8174
lines changed

7 files changed

+2449
-8174
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,3 @@ jspm_packages
4949

5050
# Yarn Integrity file
5151
.yarn-integrity
52-
53-
.vscode

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ is internally used by this API. The [render code](https://github.com/alvarcarto/
131131
is quite simple, check it out. Render flow:
132132

133133
1. **`page.setViewport(options)`** where options matches `viewport.*`.
134-
2. *Possibly* **`page.emulateMediaType('screen')`** if `emulateScreenMedia=true` is set.
134+
2. *Possibly* **`page.emulateMedia('screen')`** if `emulateScreenMedia=true` is set.
135135
3. Render url **or** html.
136136

137137
If `url` is defined, **`page.goto(url, options)`** is called and options match `goto.*`.

0 commit comments

Comments
 (0)