jamespot-user-api
Preparing search index...
WindowInterface
Interface WindowInterface
interface
WindowInterface
{
fetch
:
<
T
>
(
url
:
string
,
init
?:
RequestInit
)
=>
FetchReturnType
<
T
>
;
getBackendUrl
:
()
=>
Promise
<
string
>
;
tooManyRequest
:
()
=>
void
;
}
Implemented by
WindowBrowser
Index
Properties
fetch
get
Backend
Url
too
Many
Request
Properties
fetch
fetch
:
<
T
>
(
url
:
string
,
init
?:
RequestInit
)
=>
FetchReturnType
<
T
>
get
Backend
Url
getBackendUrl
:
()
=>
Promise
<
string
>
too
Many
Request
tooManyRequest
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
get
Backend
Url
too
Many
Request
jamespot-user-api
Loading...