Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
api:event [2019/01/04 00:35]
payonel [Functions]
api:event [2019/06/01 19:13] (current)
everyos [Functions]
Line 78: Line 78:
  
 - `event.pullMultiple(...):​ ...` (Since 1.5.9) - `event.pullMultiple(...):​ ...` (Since 1.5.9)
-As its arguments `pullMutliple` accepts multiple event names to be pulled, allowing basic filtering of multiple events at once.+As its arguments `pullMultiple` accepts multiple event names to be pulled, allowing basic filtering of multiple events at once.
 - `event.onError(message:​ any)`  ​ - `event.onError(message:​ any)`  ​
 Global event callback error handler. If an event listener throws an error, we handle it in this function to avoid it bubbling into unrelated code (that only triggered the execution by calling `event.pull`). Per default, this logs errors into a file on the temporary file system.  ​ Global event callback error handler. If an event listener throws an error, we handle it in this function to avoid it bubbling into unrelated code (that only triggered the execution by calling `event.pull`). Per default, this logs errors into a file on the temporary file system.  ​