Performs a Kos WebSocket fetch operation, providing fetch-like behavior over a WebSocket transport.
The URL to fetch from.
Optional
The Kos fetch options.
A promise that resolves to the response from the server.
TimeoutError if the request times out.
AbortError if the request is aborted via signal.
Performs a Kos WebSocket fetch operation, providing fetch-like behavior over a WebSocket transport.