File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 86
86
87
87
Called on the IO thread before a resource is loaded. To allow the resource
88
88
to 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
90
90
not be modified in this callback.
91
91
92
92
The [ ResourceHandler] ( ResourceHandler.md ) object is a python class that
@@ -215,6 +215,12 @@ to True. Otherwise the browser param passed to this callback will
215
215
always be the same first browser that was created using
216
216
[ cefpython] ( cefpython.md ) .` CreateBrowserSync ` .
217
217
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
+
218
224
Popup browsers created javascript's window.open share the same
219
225
renderer process and request context. If you want to have separate
220
226
cookie managers for popups created using window.open then you have
You can’t perform that action at this time.
0 commit comments