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
I get the following traceback from the background page:
background.js:311 Uncaught (in promise) TypeError: allDisplays[n].area is not a function
at resolve (chrome-extension://aikaaejchodabfpkipfonnekofgepakh/background.js:311:36)
at new Promise (<anonymous>)
at moveDisp (chrome-extension://aikaaejchodabfpkipfonnekofgepakh/background.js:309:12)
at Map (chrome-extension://aikaaejchodabfpkipfonnekofgepakh/background.js:351:58)
at chrome-extension://aikaaejchodabfpkipfonnekofgepakh/background.js:360:61
at EventImpl.dispatchToListener (extensions::event_bindings:403:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:138:26)
at EventImpl.dispatch_ (extensions::event_bindings:387:35)
at dispatchArgs (extensions::event_bindings:260:26)
at dispatchEvent (extensions::event_bindings:269:7)
Editing this line to not call .area() in the developer tools seems to fix the problem. Not sure if this problem has been here all along or if Chrome display APIs changed at some point.
The text was updated successfully, but these errors were encountered:
I get the following traceback from the background page:
Editing this line to not call
.area()
in the developer tools seems to fix the problem. Not sure if this problem has been here all along or if Chrome display APIs changed at some point.The text was updated successfully, but these errors were encountered: