Skip to content

Release 2.1.0

Latest
Compare
Choose a tag to compare
@surol surol released this 21 Jun 06:55
· 36 commits to master since this release
v2.1.0
44bf3a4

Features

  • Add whenNextEvent() utility waiting for the next event cycle.

    Utilizes either setImmediate(), or setTimeout(). The former is not available in browsers.