Chrome VM files duplicate javascript

I have a problem creating a website. I use chrome to debug javascript functions. On one of my pages, I see the following:

screenshot of the problem

You can see my own javascript file is running, search.js . There is a duplicate of this file called VM1769 . This file also executes the same code, so a search request is sent twice.

I searched around and saw someone solve this problem by disabling the cache (while DevTools is open), but this did not work for me. I tried another version of Chrome, the problem is still here.

Anyone have a solution?

+4
source share
2

, , JavaScript. , Chrome VM- Script, , include.

+1

, , , . , , script . , , , VM , , .

enter image description here

0

Source: https://habr.com/ru/post/1531746/


All Articles