Ignoring "no tracks" warning (cause really, we cannot add tracks to live streams)
This commit is contained in:
parent
d888b694cc
commit
d3544e2d97
2 changed files with 3 additions and 2 deletions
|
@ -95,6 +95,7 @@ module.exports = {
|
|||
|
||||
if (warning.code === 'a11y-no-onchange') { return }
|
||||
if (warning.code === 'a11y-autofocus') { return }
|
||||
if (warning.code === 'a11y-media-has-caption') { return }
|
||||
|
||||
// process as usual
|
||||
handleWarning(warning);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue