Contents

BERenderingProcess

An object that represents a running browser rendering extension process.

Declaration

@interface BERenderingProcess : NSObject

Overview

A browser app may have one or more rendering extensions, each of which need a separate bundle identifier. The app can launch only one instance of each of rendering extension.

Topics

Creating and invalidating extension processes

Creating XPC connections

Coordinating processes

See Also

Host app representations