This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6c9a99477b
puppeteer
/
utils
/
doclint
/
check_public_api
/
test
/
diff-methods
/
foo.js
17 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
class
Foo
{
start
(
)
{
}
stop
(
)
{
}
[doclint] parse getters as properties From the api standpoint, there's no difference between property and a getter. References #14.
2017-07-14 06:11:39 +00:00
get
zzz
(
)
{
}
Introduce Page.$ and Page.$$ (#75) This patch introduces Page.$ and Page.$$ methods which are aliases for `document.querySelector` and `document.querySelectorAll`. Fixes #78.
2017-07-18 01:56:56 +00:00
$
(
)
{
}
money$$money
(
)
{
}
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
}
Reference in New Issue
Copy Permalink