Function
on
packages/socket.io-component-emitter/lib/esm/index.js:54–57
· packages/socket.io-component-emitter/lib/esm/index.js::on
()
Source from the content-addressed store, hash-verified
| 52 | |
| 53 | Emitter.prototype.once = function(event, fn){ |
| 54 | function on() { |
| 55 | this.off(event, on); |
| 56 | fn.apply(this, arguments); |
| 57 | } |
| 58 | |
| 59 | on.fn = fn; |
| 60 | this.on(event, on); |
Tested by
no test coverage detected