Skip to main content
property Deno.HttpServer.finished

A promise that resolves once server finishes - eg. when aborted using the signal passed to ServeOptions.signal.

Type

Promise<void>
Back to top