1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00
video.js/test
Gary Katsevman d7f27b7112
perf: setTimeout and requestAnimationFrame memory leak (#5294)
Our setTimeout and requestAnimationFrame methods added dispose handlers so that they get cancelled if the component is disposed before they get a chance to run. However, we were only clearing out these dispose handlers if we cleared the timeout or the rAF manually. Instead make sure that we remove the dispose handler when it is no longer needed.

Fixes #5199.
2018-07-05 16:29:03 -04:00
..
api feat: playerresize event in all cases (#4864) 2018-01-30 13:26:21 -05:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit perf: setTimeout and requestAnimationFrame memory leak (#5294) 2018-07-05 16:29:03 -04:00
globals-shim.js test: fix tests (#3953) 2017-01-19 11:17:46 -05:00
index.html chore(test): upgrade qunit and karma-qunit to latest (#5051) 2018-03-26 10:40:59 -04:00
karma.conf.js test: update karma browser OS versions (#5050) 2018-03-23 20:06:57 -04:00