Jack Steam

Results 102 comments of Jack Steam

@corrortiz Please include at least the manifest and the source HTML file.

I believe this is fixed in `@crxjs/vite-plugin` v2.0. It's in beta right now, you can test it using: ```sh npm i @crxjs/vite-plugin@beta -D ```

@lawnzapper Thanks for the heads up! That's really weird stuff, definitely a bug in Chrome MV3, since one extension should never be able to crash other extensions. I'll take a...

@lawnzapper No, I wasn't, but if you put a link for a reproduction repo, I can look at it on Tuesday.

@piedrahitapablo Good observation. This library uses `chrome-promise`, which [rejects if `lastError` is set](https://github.com/tfoxy/chrome-promise/blob/ad5813fa6699b98e7d06fc2a51b3b44289101f0c/chrome-promise.js#L68). This would be a great documentation PR. 😉

The value stream works by retrieving all values from storage (no cache has been implemented), thus the two objects are not strictly equal (which is how `distinctUntilChanged` works). You might...

Makes sense. Rollup outputs the content script as ESM, but Chrome Extensions don't support static imports in content scripts. There are workarounds, but they get complicated quick, so I think...

A full rewrite of `rollup-plugin-chrome-extension` is in beta, and I'm going to add support for the new Scripting API. Thanks for letting me know about your use case! I'll let...

@knoid Sorry, I re-read your issue and updated my response. Looks like you did what I would do! :sweat_smile: