You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace .onrecognition, etc. with a more full-fledged eventing system:
More established syntax for registering listeners
Ability to register multiple listeners to an event, and unregister, etc.
Currently considering browserify, with node's EventEmitter, or the pwn library. Both require refactoring the build system to reduce the amount of files necessary for dist - see #2.
The text was updated successfully, but these errors were encountered:
Replace
.onrecognition
, etc. with a more full-fledged eventing system:Currently considering
browserify
, with node'sEventEmitter
, or thepwn
library. Both require refactoring the build system to reduce the amount of files necessary for dist - see #2.The text was updated successfully, but these errors were encountered: