property DenoWebSocketLike.onopen

Fires once the socket is writable.

Type

((event: unknown) => void) | null

Usage

import { type DenoWebSocketLike } from "runtime/src/index.ts";