📘setTimeout()

🚧 施工中

JSbrowserweb API ⟩ setTimeout

sets a timer which executes code once the timer expires, cancel the timer with clearTimeout().

  • debounce(f, s) - suspends function calls until a specific period of time.

Last updated