Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/ext/websocket/lib.deno_websocket.d.ts>CloseEventInit

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface CloseEventInit
implements EventInit
import { type CloseEventInit } from "https://deno.land/x/deno@v1.36.1/ext/websocket/lib.deno_websocket.d.ts";

Properties

optional
code: number
optional
reason: string
optional
wasClean: boolean