Skip to content

Explicitly specify arguments in signal handlers

ivan tkachenko requested to merge work/ratijas/signal-handlers into master

Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.

Merge request reports