forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
ContentFilter
Dominique B edited this page Feb 2, 2016
·
2 revisions
See RequestHandler.OnResourceResponse().
void SetHandler(ContentFilterHandler handler)
The
handleris a python class that implements one or all of the ContentFilterHandler callbacks.
You must keep a strong reference to the ContentFilterHandler object, otherwise it gets destroyed and callbacks won't get called, CEF Python keeps only a weak reference to the ContentFilterHandler object.