snippets
send multiple signals at the same time
waiting...
waiting...
waiting...
- A single
data-sattribute can send multiple signals via a space separated list of the signal names. - NOTE: signals are triggered async (i.e. execution of each signal does not wait for prior signals to complete). Individual signal function can call each other if a synchronous approach is required.
html
waiting...
waiting...
waiting...
send signaljavascript
;