Interface ResponseContext

Hierarchy

  • ResponseContext

Properties

Properties

fetch: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>)

Type declaration

init: RequestInit
response: Response
url: string