Contents

isInspectable

Determines whether Web Inspector can inspect the Wkwebview instances for this context.

Declaration

var isInspectable: Bool { get set }

Discussion

A context can control multiple WKWebView instances, from the background content, to the popover.

You should set this to YES when needed for debugging purposes. The default value is NO.