Search
Preparing search index...
The search index is not available
@tgrospic/rnode-http-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@tgrospic/rnode-http-js
DOMEffects
Interface DOMEffects
DOM effects used by RNode web client
HTTP fetch for communication
current time for deploy timestamp
Hierarchy
DOMEffects
Index
Properties
fetch
now
Properties
fetch
fetch
:
(
input
:
RequestInfo
, init
?:
RequestInit
)
=>
Promise
<
Response
>
Type declaration
(
input
:
RequestInfo
, init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
input:
RequestInfo
Optional
init:
RequestInit
Returns
Promise
<
Response
>
now
now
:
(
)
=>
number
Type declaration
(
)
:
number
Returns
number
Exports
DOMEffects
fetch
now
Generated using
TypeDoc
DOM effects used by RNode web client