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
Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead.
Thats probably very likely yes. Thanks for the heads up.
I'm going to assume we can fix this somehow by making a non-synchronous handler instead (from the browsers POV). For my extension that's probably fine. I'm going to assume most people using our view_email events (and friends) don't have a hard-dependency on it being synchronous either.
Does anyone have time to look into what the alternate implementation looks like?
Seeing this warning from Chrome:
which I think is coming from this line:
gmail.js/src/gmail.js
Line 2678 in 080b394
there was some discussion about the implementation:
but it may be the case that this needs to be changed sooner than later.
The text was updated successfully, but these errors were encountered: