AppFeedback (TypeScript)
Docs
Preparing search index...
@appfeedback/relay
RelayConfig
Interface RelayConfig
interface
RelayConfig
{
fetchImpl
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
githubToken
:
string
;
owner
:
string
;
repo
:
string
;
verifyCaptcha
?:
(
token
:
string
|
null
)
=>
boolean
|
Promise
<
boolean
>
;
}
Index
Properties
fetch
Impl?
github
Token
owner
repo
verify
Captcha?
Properties
Optional
fetch
Impl
fetchImpl
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Type Declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
github
Token
githubToken
:
string
owner
owner
:
string
repo
repo
:
string
Optional
verify
Captcha
verifyCaptcha
?:
(
token
:
string
|
null
)
=>
boolean
|
Promise
<
boolean
>
Optional bot-mitigation check. Return false to reject (403).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Impl
github
Token
owner
repo
verify
Captcha
Docs
AppFeedback (TypeScript)
Loading...
MDN Reference