freetube/src/renderer/components/ft-toast
Emma ac5341b309
Replacing `setImmediate` with `setTimeout` (#2683)
* Adding an import for setImmediate

`setImmediate` is a global in node, but
it is technically from the `timers` module,
and it is not global in web.

* Replacing node specific call to `setImmediate`

`setTimeout` is available globally in both node and web
2022-10-07 14:42:13 +00:00
..
ft-toast-events.js Linted 2020-06-27 16:27:03 +01:00
ft-toast.css Allow hidden toast messages to be clicked through 2020-12-01 11:02:52 -05:00
ft-toast.js Replacing `setImmediate` with `setTimeout` (#2683) 2022-10-07 14:42:13 +00:00
ft-toast.vue Simplified closing and replacement functionality 2020-08-02 12:28:10 +01:00