Skip to content

8.6.0: Don't apply `liveDelay` to `WindowTypes.STATIC` (#351)

Compare
Choose a tag to compare
@tvr-buildatron tvr-buildatron released this 25 Sep 09:43

๐Ÿ“บ What
Don't apply liveDelay to WindowTypes.STATIC, supersedes #301

๐Ÿ›  How
Add a checks for windowType in getClampedTime() and use the implementation from getClampedTimeForLive() for WindowTypes.SLIDING, the original implementation for WindowTypes.GROWING, and #301, with seekDurationPadding, for WindowTypes.STATIC. Refactored into a single expression with ternary checks preceeding.

๐Ÿ‘€ See
#301