import { PupTelemetry } from "https://deno.land/x/pup@1.0.0-rc.7/telemetry.ts";
Properties
private
events: EventEmitterprivate
optional
ipc: FileIPCMethods
private
checkIpc()private
sendMainTelemetry()private
telemetryWatchdog()The watchdog is guarded by a try/catch block and recursed by a unrefed timer to prevent the watchdog from keeping a process alive.
close()
emit<T>()
targetProcessId: string,
event: string,
eventData?: T,
off<T>(event: string, fn: EventHandler<T>)
on<T>(event: string, fn: EventHandler<T>)
Static Properties
private
instance: PupTelemetry