-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
existing signature: (req: Request) => Promise<Response>
two options:
-
method on the request
req.sendEarlyHints(headers) -
part of the response
type EarlyHint = { headers: Headers; response: Promise<Response> };
type Handler = (req: Request) => Promise<Response> | Promise<EarlyHint>;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels