Click or drag to resize

IRenderProcessHandler Methods

Version 94.4.20

The IRenderProcessHandler type exposes the following members.

Methods
  NameDescription
Public methodOnContextCreated
Called immediately after the V8 context for a frame has been created. V8 handles can only be accessed from the thread on which they are created.
Public methodOnContextReleased
Called immediately before the V8 context for a frame is released. No references to the context should be kept after this method is called.
Public methodOnWebKitInitialized
Called after WebKit has been initialized.
Top
See Also