Skip to main content
Deno.Listener.accept - Deno documentation
method Deno.Listener.accept
Listener.accept(): Promise<T>
Waits for and resolves to the next connection to the `Listener`.

Return Type

Promise<T>