Skip to content
  • echicken's avatar
    3465d08f
    Some slightly rehabilitated crap I found lying in my mods directory: · 3465d08f
    echicken authored
    EventEmitter a la node.js, with an inheritance helper for adding it to
    your Object. Same API as in node except:
    - No concept of MaxListeners
    - No prependListener/prependOnceListener
    (These can be added later if they're needed. Too much hassle tonight.)
    Currently a legacy-style library and should maybe be updated for newer
    return-style load/require type use.
    3465d08f
    Some slightly rehabilitated crap I found lying in my mods directory:
    echicken authored
    EventEmitter a la node.js, with an inheritance helper for adding it to
    your Object. Same API as in node except:
    - No concept of MaxListeners
    - No prependListener/prependOnceListener
    (These can be added later if they're needed. Too much hassle tonight.)
    Currently a legacy-style library and should maybe be updated for newer
    return-style load/require type use.
Loading