X402Fetch
このコンテンツはまだ日本語訳がありません。
X402Fetch = (
input,init?) =>Promise<Response>
Defined in: src/x402/fetch.ts:47
Function shape matching the WHATWG fetch global.
Parameters
input
string | URL | Request
init?
RequestInit
Returns
Promise<Response>