Unbinding events in Node.js

后端 未结 2 1082
名媛妹妹
名媛妹妹 2021-01-03 19:44

Let\'s take stdin.on as an example. Callbacks to stdin.on stack, so if I write (in CoffeeScript)

stdin = process.openStdin()
stdin.         


        
2条回答
提交回复
热议问题