Skip to main content
method REPLServer.prototype.clearBufferedCommand
REPLServer.prototype.clearBufferedCommand(): void
Deprecated

The replServer.clearBufferedCommand() method clears any command that has been buffered but not yet executed. This method is primarily intended to be called from within the action function for commands registered using the replServer.defineCommand() method.

Return Type

void
Back to top