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

Commit fe69110

Browse files
authored
Merge pull request #195 from exoego/todo
[process] Deprecated process.openStdin
2 parents f13aec4 + f0d77e4 commit fe69110

File tree

1 file changed

+1
-3
lines changed
  • app/current/src/main/scala/io/scalajs/nodejs/process

1 file changed

+1
-3
lines changed

app/current/src/main/scala/io/scalajs/nodejs/process/Process.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ trait Process extends IEventEmitter {
301301
*/
302302
def nextTick(callback: js.Function0[Any], args: js.Any*): Unit = js.native
303303

304-
/**
305-
* TODO find documentation
306-
*/
304+
@deprecated("Use process.stdin instead", "Node.js v0.3.3")
307305
def openStdin(): ReadStream = js.native
308306

309307
/**

0 commit comments

Comments
 (0)