Contents

webView(_:willClose:)

Called when a frame will be closed.

Declaration

optional func webView(_ sender: WebView!, willClose frame: WebFrame!)

Parameters

  • sender:

    The web view containing the frame.

  • frame:

    The frame being loaded.

Discussion

Called right before WebKit is done with frame and the objects it owns.

See Also

Related Documentation