File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8686
8787Called on the IO thread before a resource is loaded. To allow the resource
8888to load normally return None. To specify a handler for the resource return
89- a [ ResourceHandler] ( ResourceHandler.md ) object. The |request| object should
89+ a [ ResourceHandler] ( ResourceHandler.md ) object. The |request| object should
9090not be modified in this callback.
9191
9292The [ ResourceHandler] ( ResourceHandler.md ) object is a python class that
@@ -215,6 +215,12 @@ to True. Otherwise the browser param passed to this callback will
215215always be the same first browser that was created using
216216[ cefpython] ( cefpython.md ) .` CreateBrowserSync ` .
217217
218+ ** NOTE** : If implementing custom cookie managers you will encounter
219+ problems similar to [ Issue #365 ] ( ../../../issues/365 ) ("Cookies not
220+ flushed to disk when closing app immediately"). To resolve
221+ it you have to call CookieManager.[ FlushStore] ( CookieManager.md#flushstore )
222+ method when closing associated browser.
223+
218224Popup browsers created javascript's window.open share the same
219225renderer process and request context. If you want to have separate
220226cookie managers for popups created using window.open then you have
You can’t perform that action at this time.
0 commit comments