Contents

parentURL

A URL of the web page that’s responsible for the flow’s creation.

Declaration

var parentURL: URL? { get }

Discussion

This property will be non-nil only if the flow is loading a resource into a frame. In that case, this property will be set to the URL of the web page containing the frame.

See Also

Getting browser flow properties