browser-extensions-playground
Preparing search index...
scraping-devtools/src
createScrapingDevtoolsTools
Function createScrapingDevtoolsTools
createScrapingDevtoolsTools
(
baseUrl
?:
string
,
)
:
{
getServerStatus
()
:
Promise
<
ScrapingServerStatus
>
;
listDevClients
()
:
Promise
<
readonly
DevClientInfo
[]
>
;
listProviders
()
:
Promise
<
readonly
RegisteredProviderInfo
[]
>
;
runDevCommand
(
command
:
DevCommandRequest
)
:
Promise
<
any
>
;
}
Parameters
baseUrl
:
string
= LOCAL_SERVER_HTTP_ORIGIN
Returns
{
getServerStatus
()
:
Promise
<
ScrapingServerStatus
>
;
listDevClients
()
:
Promise
<
readonly
DevClientInfo
[]
>
;
listProviders
()
:
Promise
<
readonly
RegisteredProviderInfo
[]
>
;
runDevCommand
(
command
:
DevCommandRequest
)
:
Promise
<
any
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
browser-extensions-playground
Loading...