You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With that in mind, it seems like the web-html library should perhaps have the additional window functions setTimeout, setInterval, etc. added to them, and this library should be deprecated.
Specifically, these methods are supported, which is more than just the set / clear timeout / interval functions, but it would be a good start to move the relevant js-timers functions here and deprecate that library.
The text was updated successfully, but these errors were encountered:
As described in purescript-contrib/purescript-js-timers#18:
With that in mind, it seems like the web-html library should perhaps have the additional window functions
setTimeout
,setInterval
, etc. added to them, and this library should be deprecated.Specifically, these methods are supported, which is more than just the set / clear timeout / interval functions, but it would be a good start to move the relevant js-timers functions here and deprecate that library.
The text was updated successfully, but these errors were encountered: