This repository was archived by the owner on Jan 25, 2024. It is now read-only.
Replies: 2 comments
-
I would like that, because that would allow me to create my own log entries instead of the hard coded console.logs/warns. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure if there's a more appropriate pattern that would be better suited for modern code style or not, it seems that the world has been moving away from Event Emitters . . . something to do some research and thinking about. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this goes against any established patterns or not, but according to my TODO right above "requestAndDownloadReport()" I was considering the idea of making the MWS object also an Emitter, so that one could easily pick up status updates from functions that may take a very long time to complete asynchronously.
Beta Was this translation helpful? Give feedback.
All reactions