signify-ts
Preparing search index...
OperationsDeps
Interface OperationsDeps
interface
OperationsDeps
{
fetch
(
pathname
:
string
,
method
:
string
,
body
:
unknown
,
headers
?:
Headers
,
)
:
Promise
<
Response
>
;
}
Index
Methods
fetch
Methods
fetch
fetch
(
pathname
:
string
,
method
:
string
,
body
:
unknown
,
headers
?:
Headers
,
)
:
Promise
<
Response
>
Parameters
pathname
:
string
method
:
string
body
:
unknown
Optional
headers
:
Headers
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
fetch
signify-ts
Loading...