Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface Closed
import { type Closed } from "https://deno.land/x/natsws@v1.29.2/src/mod.ts";

An interface that reports via a promise when an object such as a connection or subscription closes.

Properties

closed: Promise<void>

A promise that when resolves, indicates that the object is closed.