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
8d5d76ed70
puppeteer
/
utils
/
doclint
/
check_public_api
/
test
/
diff-arguments
/
doc.md
Joel Einbinder
a0cbaf39ab
chore(types): lint the api docs with typescript (
#3577
)
2018-11-21 14:49:08 -08:00
527 B
Raw
Blame
History
class: Foo
foo.bar(options)
options
<
Object
>
visibility
<
boolean
>
foo.foo(arg1, arg2)
arg1
<
string
>
arg2
<
string
>
foo.test(...files)
...filePaths
<...
string
>