You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must keep a strong reference to the ContentFilterHandler
object, otherwise it gets destroyed and callbacks are not called,
CEF Python keeps only a weak reference to this object.
CEF 1
The methods of this handler will always be called on the UI thread.
Called when there is no more data to be processed. It is expected
that whatever data was retained in the last OnData() call,
it should be returned now by setting |remainder| if appropriate.