Interface: IotaHTTPTransportOptions
Properties
fetch()?
optional
fetch: (input
,init
?) =>Promise
<Response
>(input
,init
?) =>Promise
<Response
>
Parameters
• input: URL
| RequestInfo
• init?: RequestInit
Returns
Promise
<Response
>
Parameters
• input: string
| URL
| Request
• init?: RequestInit
Returns
Promise
<Response
>
WebSocketConstructor()?
optional
WebSocketConstructor: (url
,protocols
?) =>WebSocket
Parameters
• url: string
| URL
• protocols?: string
| string
[]
Returns
WebSocket
prototype
prototype:
WebSocket
CONNECTING
readonly
CONNECTING:0
OPEN
readonly
OPEN:1
CLOSING
readonly
CLOSING:2
CLOSED
readonly
CLOSED:3
url
url:
string
rpc?
optional
rpc:object
headers?
optional
headers:HttpHeaders
url?
optional
url:string
websocket?
optional
websocket:WebsocketClientOptions
&object
Type declaration
url?
optional
url:string
Feedback Form