mindee
Preparing search index...
UrlInput
Class UrlInput
Hierarchy (
View Summary
)
InputSource
UrlInput
Index
Constructors
constructor
Properties
file
Object
url
Methods
as
Local
Input
Source
init
save
To
File
Constructors
constructor
new
UrlInput
(
__namedParameters
:
{
url
:
string
}
)
:
UrlInput
Parameters
__namedParameters
:
{
url
:
string
}
Returns
UrlInput
Properties
file
Object
fileObject
:
string
|
Buffer
<
ArrayBufferLike
>
= ""
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
>
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
url
Methods
as
Local
Input
Source
init
save
To
File
mindee
Loading...