method WebSocketConnection.prototype.lastSeenAt
WebSocketConnection.prototype.lastSeenAt(): number

The monotonic timestamp of the most recent inbound frame. Compared against another runtime.hrtime() reading — never against a wall clock.

Return Type

number

Usage

import { WebSocketConnection } from "websocket-plugin/src/index.ts";