respondWith

Bun

Symbol

FetchEvent.respondWith

respondWith(response: Response | Promise<Response>): void

Referenced types

class Response

This Fetch API interface represents the response to a request.

MDN Reference