post

suspend fun post(method: String, params: Any = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.RUNTIME_EVALUATE, params: EvaluateParameterType = definedExternally): EvaluateReturnType(source)
suspend fun post(    method: SessionMethod.RUNTIME_AWAITPROMISE,     params: AwaitPromiseParameterType = definedExternally): AwaitPromiseReturnType(source)
suspend fun post(    method: SessionMethod.RUNTIME_CALLFUNCTIONON,     params: CallFunctionOnParameterType = definedExternally): CallFunctionOnReturnType(source)
suspend fun post(    method: SessionMethod.RUNTIME_GETPROPERTIES,     params: GetPropertiesParameterType = definedExternally): GetPropertiesReturnType(source)
suspend fun post(    method: SessionMethod.RUNTIME_RELEASEOBJECT,     params: ReleaseObjectParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.RUNTIME_RELEASEOBJECTGROUP,     params: ReleaseObjectGroupParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.RUNTIME_RUNIFWAITINGFORDEBUGGER): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.RUNTIME_ENABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.RUNTIME_DISABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.RUNTIME_DISCARDCONSOLEENTRIES): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.RUNTIME_SETCUSTOMOBJECTFORMATTERENABLED,     params: SetCustomObjectFormatterEnabledParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.RUNTIME_COMPILESCRIPT,     params: CompileScriptParameterType = definedExternally): CompileScriptReturnType(source)
suspend fun post(method: SessionMethod.RUNTIME_RUNSCRIPT, params: RunScriptParameterType = definedExternally): RunScriptReturnType(source)
suspend fun post(    method: SessionMethod.RUNTIME_QUERYOBJECTS,     params: QueryObjectsParameterType = definedExternally): QueryObjectsReturnType(source)
suspend fun post(method: SessionMethod.DEBUGGER_DISABLE): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETBREAKPOINTSACTIVE,     params: SetBreakpointsActiveParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETSKIPALLPAUSES,     params: SetSkipAllPausesParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETBREAKPOINT,     params: SetBreakpointParameterType = definedExternally): SetBreakpointReturnType(source)
suspend fun post(    method: SessionMethod.DEBUGGER_REMOVEBREAKPOINT,     params: RemoveBreakpointParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_CONTINUETOLOCATION,     params: ContinueToLocationParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_PAUSEONASYNCCALL,     params: PauseOnAsyncCallParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.DEBUGGER_STEPOVER): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_STEPINTO,     params: StepIntoParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.DEBUGGER_STEPOUT): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.DEBUGGER_PAUSE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.DEBUGGER_SCHEDULESTEPINTOASYNC): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.DEBUGGER_RESUME): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_GETSTACKTRACE,     params: GetStackTraceParameterType = definedExternally): GetStackTraceReturnType(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SEARCHINCONTENT,     params: SearchInContentParameterType = definedExternally): SearchInContentReturnType(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETSCRIPTSOURCE,     params: SetScriptSourceParameterType = definedExternally): SetScriptSourceReturnType(source)
suspend fun post(    method: SessionMethod.DEBUGGER_RESTARTFRAME,     params: RestartFrameParameterType = definedExternally): RestartFrameReturnType(source)
suspend fun post(    method: SessionMethod.DEBUGGER_GETSCRIPTSOURCE,     params: GetScriptSourceParameterType = definedExternally): GetScriptSourceReturnType(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETPAUSEONEXCEPTIONS,     params: SetPauseOnExceptionsParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETVARIABLEVALUE,     params: SetVariableValueParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETRETURNVALUE,     params: SetReturnValueParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETASYNCCALLSTACKDEPTH,     params: SetAsyncCallStackDepthParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETBLACKBOXPATTERNS,     params: SetBlackboxPatternsParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.DEBUGGER_SETBLACKBOXEDRANGES,     params: SetBlackboxedRangesParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.CONSOLE_ENABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.CONSOLE_DISABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.CONSOLE_CLEARMESSAGES): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.PROFILER_ENABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.PROFILER_DISABLE): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.PROFILER_SETSAMPLINGINTERVAL,     params: SetSamplingIntervalParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.PROFILER_START): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.PROFILER_STARTPRECISECOVERAGE,     params: StartPreciseCoverageParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.PROFILER_STOPPRECISECOVERAGE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.HEAPPROFILER_ENABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.HEAPPROFILER_DISABLE): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.HEAPPROFILER_STARTTRACKINGHEAPOBJECTS,     params: StartTrackingHeapObjectsParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.HEAPPROFILER_STOPTRACKINGHEAPOBJECTS,     params: StopTrackingHeapObjectsParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.HEAPPROFILER_TAKEHEAPSNAPSHOT,     params: TakeHeapSnapshotParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.HEAPPROFILER_COLLECTGARBAGE): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.HEAPPROFILER_ADDINSPECTEDHEAPOBJECT,     params: AddInspectedHeapObjectParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.HEAPPROFILER_GETHEAPOBJECTID,     params: GetHeapObjectIdParameterType = definedExternally): GetHeapObjectIdReturnType(source)
suspend fun post(    method: SessionMethod.HEAPPROFILER_STARTSAMPLING,     params: StartSamplingParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.NODETRACING_START,     params: StartParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.NODETRACING_STOP): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.NODEWORKER_SENDMESSAGETOWORKER,     params: SendMessageToWorkerParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.NODEWORKER_ENABLE,     params: EnableParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.NODEWORKER_DISABLE): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.NODEWORKER_DETACH,     params: DetachParameterType = definedExternally): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.NETWORK_DISABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.NETWORK_ENABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.NODERUNTIME_ENABLE): <Error class: unknown class>(source)
suspend fun post(method: SessionMethod.NODERUNTIME_DISABLE): <Error class: unknown class>(source)
suspend fun post(    method: SessionMethod.NODERUNTIME_NOTIFYWHENWAITINGFORDISCONNECT,     params: NotifyWhenWaitingForDisconnectParameterType = definedExternally): <Error class: unknown class>(source)