Appearance
Documentation / @kizami/notify / WebhookChannelOptions
Interface: WebhookChannelOptions
Defined in: webhook.ts:11
Properties
fetchImpl?
optionalfetchImpl?: (input,init?) =>Promise<Response>
Defined in: webhook.ts:13
fetch の差し替え(テスト用)。省略時はグローバル fetch を使う
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>