xk6-crawler
GitHub
Preparing search index...
HTMLCallback
Type Alias HTMLCallback
HTMLCallback
:
(
element
:
HTMLElement
)
=>
void
The type of callback function registered by
Crawler.onHTML
.
Type Declaration
(
element
:
HTMLElement
)
:
void
Parameters
element
:
HTMLElement
the current HTML element
Returns
void
Settings
Theme
OS
Light
Dark
GitHub
xk6-crawler
Loading...
The type of callback function registered by Crawler.onHTML.