Fetch.EvFetch events.
The type for FetchEvent objects.
val fetch : t Brr.Ev.type'fetch is the fetch event type.
val as_extendable : t -> Brr.Ev.Extendable.t Brr.Ev.tas_extendable e is e as an extendable event.
val preload_response : t -> Response.t option Fut.or_errorpreload_response e is a navigation response preload (if any).
val handled : t -> unit Fut.or_errorhandled e is obscure.
val respond_with : t -> Response.t Fut.or_error -> unitrespond_with e resp replace the browser's default fetch handling with the response resp.