Skip to main content
참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.
Used to perform a fetch; use this to override the underlying network fetch layer. In NodeJS, the default uses the “http” and “https” libraries and in the browser fetch is used. If you wish to use Axios, this is how you would register it.

Parameters

Returns

Promise<GetUrlResponse>

Source

utils/fetch.ts:82