feat: proxy common Node.js event handler
Open
@nampdn is already working on this.
Since Apr 27, 2019.
Assessment
This issue has not been assessed yet.
Description
enhancement
- Process
- whenBeforeExit
- whenDisconnect
- whenExit
- whenMessage
- whenMultipleResolves
- whenRejectionHandled
- whenUncaughtException
- whenUnhandledRejection
- whenWarning
- whenSignal
- File System:
- whenFileRead
- whenFileWritten
- Net:
- whenNetClosed
- whenNetConnection
- whenNetError
- whenNetListening
- Stream:
- Writable Stream:
- whenWritableStreamClosed
- whenWritableStreamDrained
- whenWritableStreamError
- whenWritableStreamFinished
- whenWritableStreamPiped
- whenWriteableStreamUnpiped
- Readable Stream:
- whenReadableStreamClosed
- whenReadableStreamData
- whenReadableStreamError
- whenReadableStreamEnd
- whenReadableStreamPaused
- whenReadableStreamResumed
- whenReadableStreamReadable
- Writable Stream:
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.