You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, the code to detect video elements seems to fail. It should work like this:
Query the document for all existing video elements (synchronous, in _traceExistingElements)
Listen for DOM mutations to catch future video elements (in _setupNewElementObserver)
Somehow, there is a hole in this that allows some video elements to escape notice some of the time. On some pages, reloading a few times will eventually make it work again.
The text was updated successfully, but these errors were encountered:
In some cases, the code to detect video elements seems to fail. It should work like this:
_traceExistingElements
)_setupNewElementObserver
)Somehow, there is a hole in this that allows some video elements to escape notice some of the time. On some pages, reloading a few times will eventually make it work again.
The text was updated successfully, but these errors were encountered: