mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
540 stars 21 forks source link

Set minimum for setTimeout to 4 ms #131

Closed mfikes closed 4 years ago

mfikes commented 4 years ago

Rationale: This is the minimum threshold set by modern browsers, and by doing so, this helps ensure that libraries that rely on setTimeout (like core.async) work properly and uniformly with respect to browser behavior.