-(void)on:callback: Binds the givenvoid (^)(SIOParameterArray *)block,function, to the givenevent. functionis called upon a firing ofevent. Emitters -(void)emit:args: Fires the giveneventwith then given SIOParameterArray as arguments. ...
-(void)on:callback: Binds the givenvoid (^)(SIOParameterArray *)block,function, to the givenevent. functionis called upon a firing ofevent. Emitters -(void)emit:args: Fires the giveneventwith then given SIOParameterArray as arguments. ...
Also note that using some newer syntax features like for...of or [...nonArrayValue] causes Babel to emit code that depends on ES6 runtime features and might not work without a polyfill. When in doubt, use Babel REPL to see what any specific syntax compiles down to. Syntax Highlighting ...