1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-06 06:50:51 +02:00
video.js/test
Brandon Casey 142cc678cb perf: Fix memory leaks in safari, edge, and ie (#5880)
1. We were not always able to clean up `resize` on the `ResizeManager`, as the iframe
contentWindow can disappear before dispose
2. Native Tracks on Safari do not have an `off` so we have to deal with
event listeners manually

Fixes #5878
2019-03-22 12:03:52 -04:00
..
api feat: Add breakpoints option to support toggling classes based on player width. (#5471) 2018-10-10 15:30:20 -04:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit perf: Fix memory leaks in safari, edge, and ie (#5880) 2019-03-22 12:03:52 -04:00
globals-shim.js test: fix tests (#3953) 2017-01-19 11:17:46 -05:00
karma.conf.js chore: pin to firefox 64 (#5793) 2019-02-12 10:10:37 -05:00