Lazy require of extension.binding did not set the binding field

I have photos.html that runs on a local php server with a bunch of javascript and html. Whenever I load a page, I get (CONTENT_SCRIPT context for elkanacmmmdgbnhdjopfdeafchmhecbf) Lazy require of extension.binding did not set the binding field . The line contains one of the files.

In the course of my research, all similar questions seem to be related to working with chrome extensions, so they were not useful. Even if I take out all the content and run the page, I still get the error.

What causes this?

I started my server on my mac using php -S 127.0.0.1:8080 if any of them use

+7
html google-chrome php google-chrome-extension
source share
1 answer

As a result of the search for the specified identifier, I get a link to this application in the chrome store. Removing the extension from chrome gets rid of the error.

+7
source share

All Articles