awesome-webextension / webpack-target-webextension

WebExtension Target for Webpack 5. Supports code-splitting and HMR.
MIT License
46 stars 5 forks source link

MV3 scripting.executeScript fails for content scripts iFrames #37

Closed tylerccarson closed 1 year ago

tylerccarson commented 1 year ago

The dynamic import for MV3 in content scripts using scripting.executeScript does not support injecting into iFrames, since it leaves out the frameIds parameter.

This is fixed with a PR I just filed.