4

I get the following an error while I work on localhost with Chrome. I get this error even if the page is empty:

Uncaught TypeError: Cannot read property 'appendChild' of undefined at lstr.js:26

(lstr.js is Chrome file)

Error line:

enter image description here1

And I don't know if it's related to this, but there's a tag called shadow on console:

thumbnail linked to main image

I am not getting an error while I work with another browser. I use wampserver and this error is repeating when I use ajax. How can I eliminate this error?

Enes Giray
  • 326
  • 2
  • 9

2 Answers2

7

I faced the same issue on my console as well. Removing the chrome plugin makegif-video-capture fixed the issue. Hope this helps.

user2143272
  • 112
  • 2
  • 8
0

This is because of chrome extension.remove makegif-video-capture fixed the issue

kin
  • 11
  • 1
  • 6