mindee
Preparing search index...
UrlInput
Class UrlInput
Hierarchy (
View Summary
)
InputSource
UrlInput
Index
Constructors
constructor
Properties
file
Object
initialized
url
Methods
as
Local
Input
Source
init
is
Initialized
save
To
File
Constructors
constructor
new
UrlInput
(
__namedParameters
:
{
url
:
string
}
)
:
UrlInput
Parameters
__namedParameters
:
{
url
:
string
}
Returns
UrlInput
Properties
file
Object
fileObject
:
string
|
Buffer
<
ArrayBufferLike
>
= ""
Protected
initialized
initialized
:
boolean
= false
Readonly
url
url
:
string
Methods
as
Local
Input
Source
asLocalInputSource
(
options
?:
{
filename
?:
string
;
headers
?:
Record
<
string
,
string
>
;
maxRedirects
?:
number
;
password
?:
string
;
token
?:
string
;
username
?:
string
;
}
,
)
:
Promise
<
BytesInput
>
Parameters
options
:
{
filename
?:
string
;
headers
?:
Record
<
string
,
string
>
;
maxRedirects
?:
number
;
password
?:
string
;
token
?:
string
;
username
?:
string
;
}
= {}
Returns
Promise
<
BytesInput
>
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
is
Initialized
isInitialized
()
:
boolean
Returns
boolean
save
To
File
saveToFile
(
options
:
{
filename
?:
string
;
filepath
:
string
;
headers
?:
Record
<
string
,
string
>
;
maxRedirects
?:
number
;
password
?:
string
;
token
?:
string
;
username
?:
string
;
}
,
)
:
Promise
<
string
>
Parameters
options
:
{
filename
?:
string
;
filepath
:
string
;
headers
?:
Record
<
string
,
string
>
;
maxRedirects
?:
number
;
password
?:
string
;
token
?:
string
;
username
?:
string
;
}
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
file
Object
initialized
url
Methods
as
Local
Input
Source
init
is
Initialized
save
To
File
mindee
Loading...