Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

[process] Deprecate process.openStdin in favor of process.stdin #195

Merged
merged 1 commit into from
Mar 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@ trait Process extends IEventEmitter {
*/
def nextTick(callback: js.Function0[Any], args: js.Any*): Unit = js.native

/**
* TODO find documentation
*/
@deprecated("Use process.stdin instead", "Node.js v0.3.3")
def openStdin(): ReadStream = js.native

/**
Expand Down