This adds support for a boolean option injectScriptAllFrames that switches the normal best-effort script injection to use Chrome's native support (which injects into all frames, not just the document but guarantees execution before any page scripts).
This adds support for a boolean option
injectScriptAllFrames
that switches the normal best-effort script injection to use Chrome's native support (which injects into all frames, not just the document but guarantees execution before any page scripts).Fixes https://github.com/WPO-Foundation/wptagent/issues/514