Skip to content

Documentation


Documentation / @kizami/notify / WebhookChannelOptions

Interface: WebhookChannelOptions

Defined in: webhook.ts:11

Properties

fetchImpl?

optional fetchImpl?: (input, init?) => Promise<Response>

Defined in: webhook.ts:13

fetch の差し替え(テスト用)。省略時はグローバル fetch を使う

MDN Reference

Parameters

input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>