This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a614bc45aa
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
>