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

Commit 5777fd4

Browse files
authored
Merge pull request #309 from exoego/dep
[process] 💥 Remove Process#openStdin deprecated in Node.js v0.3.3
2 parents 1911562 + 9c5e586 commit 5777fd4

File tree

1 file changed

+0
-3
lines changed
  • app/nodejs-v14/src/main/scala/io/scalajs/nodejs/process

1 file changed

+0
-3
lines changed

app/nodejs-v14/src/main/scala/io/scalajs/nodejs/process/Process.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ trait Process extends IEventEmitter {
312312
*/
313313
def nextTick(callback: js.Function0[Any], args: js.Any*): Unit = js.native
314314

315-
@deprecated("Use process.stdin instead", "Node.js v0.3.3")
316-
def openStdin(): ReadStream = js.native
317-
318315
/**
319316
* When Node.js is spawned with an IPC channel attached, it can send messages to its parent process
320317
* using process.send(). Each will be received as a 'message' event on the parent's ChildProcess object.

0 commit comments

Comments
 (0)