ultron
ultron copied to clipboard
Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design.
Results
2
ultron issues
Sort by
recently updated
recently updated
newest added
I suggest a better description for the project: Ultron is a proxy for event emitters. Event listeners set up through Ultron are flagged. You can then ask Ultron to remove...
Ultron removes listeners not added with Ultron when the listener is the same. ```js const EventEmitter = require('events'); const assert = require('assert'); const Ultron = require('.'); function listener() {} const...