Preparing search index...
The search index is not available
javadocs-scraper typedoc - v1.0.0
javadocs-scraper typedoc
OnlineFetcher
Class OnlineFetcher
A
Fetcher
for online Javadocs.
Implements
Fetcher
Index
Constructors
constructor
Properties
base
Url
cache
user
Agent
Methods
clear
Cache
fetch
fetch
Root
Constructors
constructor
new
OnlineFetcher
(
baseUrl
:
string
,
userAgent
?:
string
)
:
OnlineFetcher
Parameters
baseUrl
:
string
Optional
userAgent
:
string
Returns
OnlineFetcher
Properties
Protected
Readonly
base
Url
baseUrl
:
string
Protected
Readonly
cache
cache
:
Map
<
string
,
CheerioAPI
>
= ...
Protected
Readonly
user
Agent
userAgent
:
string
Methods
clear
Cache
clearCache
()
:
void
Returns
void
fetch
fetch
(
url
:
string
)
:
Promise
<
{
$
:
CheerioAPI
;
fullUrl
:
string
}
>
Parameters
url
:
string
Returns
Promise
<
{
$
:
CheerioAPI
;
fullUrl
:
string
}
>
fetch
Root
fetchRoot
()
:
Promise
<
{
$
:
CheerioAPI
;
fullUrl
:
string
}
>
Returns
Promise
<
{
$
:
CheerioAPI
;
fullUrl
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
base
Url
cache
user
Agent
Methods
clear
Cache
fetch
fetch
Root
javadocs-scraper typedoc - v1.0.0
Loading...
A Fetcher for online Javadocs.