Closed dharmesh-hemaram closed 2 weeks ago
CI is running/has finished running commands for commit 34380ac2fef904712481392ab2c99a000b020c65. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
This pull request includes a small change to the
libs/acf/main-world/src/lib/main-world-background.ts
file. The change ensures that the script is executed in all frames of the tab by adding theallFrames: true
property to thetarget
object.libs/acf/main-world/src/lib/main-world-background.ts
: AddedallFrames: true
to thetarget
object in thechrome.scripting.executeScript
call to ensure the script runs in all frames of the tab.Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: