Skip to main content

METHODS

Constant METHODS 

Source
pub const METHODS: &[&str];
Expand description

The EventEmitter method names, exposed so EventEmitter.prototype can be enumerated / copied (express does mixin(app, EventEmitter.prototype) to make its app function an emitter).