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 the examples sometimes the polyfill breaks, this is because the polyfil relies on element timing which sometimes returns entries that are all zereo'd out. The polyfill then doesn't have enough data to carry forward any container timing information to the user, so an empty array may appear.
The polyfill fix would be to not emit any entries if the array is empty. The underlying fix would be in Chromium itself, I've raised this upstream https://issues.chromium.org/issues/379844652
Example
The text was updated successfully, but these errors were encountered:
In the examples sometimes the polyfill breaks, this is because the polyfil relies on element timing which sometimes returns entries that are all zereo'd out. The polyfill then doesn't have enough data to carry forward any container timing information to the user, so an empty array may appear.
The polyfill fix would be to not emit any entries if the array is empty. The underlying fix would be in Chromium itself, I've raised this upstream https://issues.chromium.org/issues/379844652
Example
The text was updated successfully, but these errors were encountered: