Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
<internal>
PendingRequest
Interface PendingRequest
interface
PendingRequest
{
reject
:
(
(
reason
?
)
=>
void
)
;
resolve
:
(
(
value
)
=>
void
)
;
timer
?:
Timeout
;
}
Index
Properties
reject
resolve
timer?
Properties
reject
reject
:
(
(
reason
?
)
=>
void
)
Type declaration
(
reason
?
)
:
void
Parameters
Optional
reason
:
any
Returns
void
resolve
resolve
:
(
(
value
)
=>
void
)
Type declaration
(
value
)
:
void
Parameters
value
:
void
|
PromiseLike
<
any
>
Returns
void
Optional
timer
timer
?:
Timeout
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
reject
resolve
timer
@quobis/sippojs
Loading...