post

suspend fun post(method: String, params: Any = definedExternally): Void(source)
suspend fun post(method: SessionMethod.RUNTIME_EVALUATE, params: EvaluateParameterType = definedExternally): EvaluateReturnType(source)
suspend fun post(method: SessionMethod.RUNTIME_RELEASEOBJECT, params: ReleaseObjectParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.RUNTIME_RUNSCRIPT, params: RunScriptParameterType = definedExternally): RunScriptReturnType(source)
suspend fun post(method: SessionMethod.DEBUGGER_SETSKIPALLPAUSES, params: SetSkipAllPausesParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.DEBUGGER_REMOVEBREAKPOINT, params: RemoveBreakpointParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.DEBUGGER_PAUSEONASYNCCALL, params: PauseOnAsyncCallParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.DEBUGGER_STEPINTO, params: StepIntoParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.DEBUGGER_SETVARIABLEVALUE, params: SetVariableValueParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.DEBUGGER_SETRETURNVALUE, params: SetReturnValueParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.HEAPPROFILER_STARTSAMPLING, params: StartSamplingParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.NODETRACING_START, params: StartParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.NODEWORKER_ENABLE, params: EnableParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.NODEWORKER_DETACH, params: DetachParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.TARGET_SETAUTOATTACH, params: SetAutoAttachParameterType = definedExternally): Void(source)
suspend fun post(method: SessionMethod.IO_READ, params: ReadParameterType = definedExternally): ReadReturnType(source)
suspend fun post(method: SessionMethod.IO_CLOSE, params: CloseParameterType = definedExternally): Void(source)