v0.1.2
v0.1.2 exports more time-handling functions through export statements. In the built file, they are available via the timeweb object:
- the
realtimeproperty gives access to real-time functions and objects (e.g.timeweb.realtime.performance.now()):DatesetTimeoutrequestAnimationFramecancelAnimationFrameclearTimeoutperformancecreateElementcreateElementNS
Previously methods available in the global scope with the _timeweb prefixed are now available in the timeweb object as well:
processUntilTimerunAnimationFramesrunFramePreparersaddFramePreparer
All of the above methods are going to be removed from the global scope in the next release, so it's recommended to switch over to using invocations from the timeweb object.
Full Changelog: v0.1.1...v0.1.2