Contents

processPool

The object that coordinates the processes the web view uses to render its web content and execute scripts.

Declaration

var processPool: WKProcessPool { get set }

Discussion

When it initializes a web view, WebKit either creates a new web content process in the specified pool, or uses an existing process from that pool.

See Also

Configuring the web view’s behavior