3

I am trying to import functions and primitives (using modules) from my index.js file onto background.js for a Google extension that I'm making, but then it hits me with "Service worker registration failed. Status code: 15" as soon as I do so. Removing that section 'import { searchTransform, inputLang} from "./index.js";' immediately gets me "worker service active". I have tried playing around with changing the tag properties; I added "module" to my manifest and on the html file. I updated chrome to the most recent version.

0 Answers0