Skip to main content
Module

std/node/inspector.ts>Session#post

Deno standard library
Go to Latest
method Session.prototype.post
import { Session } from "https://deno.land/std@0.147.0/node/inspector.ts";

Posts a message to the inspector back-end.

Parameters

_method: string
optional
_params: Record<string, unknown>
optional
_callback: (...args: unknown[]) => void