1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-06 06:50:51 +02:00
video.js/test/unit/utils
Pat O'Neill 844e4f0107 feat: Log Levels (#3853)
Add a log levels and history api: `videojs.log.level()` and `videojs.log.history()`.
`.level()` will return the current level and you can also set it to be one of: `all`, `error`, `off`, or `warn`.
`.history()` will return a list of all things logged since videojs loaded. It can be disabled via `videojs.log.history.disable()` (and re-enabled with `enable()`) as well as cleared with `videojs.log.history.clear()`.
2017-01-18 00:35:42 -05:00
..
dom.test.js test(dom): fix removeElClass test in Safari 10. (#3768) 2016-11-09 16:06:38 -05:00
fn.test.js fix(throttle): Fix error in Fn.throttle that broke MouseTimeDisplay (#3833) 2016-12-05 16:14:03 -05:00
format-time.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
log.test.js feat: Log Levels (#3853) 2017-01-18 00:35:42 -05:00
merge-options.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
obj.test.js feat: Object Type-Detection and Replacing object.assign (#3757) 2016-12-02 15:44:57 -05:00
time-ranges.test.js refactor: Remove TimeRanges without an index deprecation warning (#3827) 2017-01-18 00:29:27 -05:00
to-title-case.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
url.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00