utils
Module for handling client signals.
Signals
¤
Class that holds the client datastar signals.
handle_signals(datastar_signals)
¤
Handle the signals received from the client. This function can be used to process or validate the signals before they are used.
Source code in spotdl/web/utils.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | |