isForMainFrameOnly
A Boolean value that indicates whether to inject the script into the main frame or all frames.
Declaration
var isForMainFrameOnly: Bool { get }Discussion
When the value of this property is true, the web view injects the script only into the main frame. When the value is false, the web view injects the script into all frames.