mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: add new top-level functions to browsers docs (#10221)
This commit is contained in:
parent
87ca58f97a
commit
60a365ec0c
@ -140,12 +140,14 @@ const config = {
|
|||||||
const order = [
|
const order = [
|
||||||
'launch',
|
'launch',
|
||||||
'install',
|
'install',
|
||||||
|
'uninstall',
|
||||||
'canDownload',
|
'canDownload',
|
||||||
'createProfile',
|
'createProfile',
|
||||||
'computeExecutablePath',
|
'computeExecutablePath',
|
||||||
'computeSystemExecutablePath',
|
'computeSystemExecutablePath',
|
||||||
'detectBrowserPlatform',
|
|
||||||
'resolveBuildId',
|
'resolveBuildId',
|
||||||
|
'getInstalledBrowsers',
|
||||||
|
'detectBrowserPlatform',
|
||||||
'BrowserPlatform',
|
'BrowserPlatform',
|
||||||
'Browser',
|
'Browser',
|
||||||
'CLI',
|
'CLI',
|
||||||
|
Loading…
Reference in New Issue
Block a user