-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
can you provide conversion list from EventEmitter to Evt ?
should we extend Evt in ours class ?
is this.emit(type, parma) should be replace by a this.evt.push([type, param])
is obj.on('event', (params) => {do stuff}) become evtText.attach???
is obj.once('event', (params) => {do stuff}) become evtText.attachOnce???
and where is the detach ?
Metadata
Metadata
Assignees
Labels
No labels