mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
use embedders' browser context when partition is not specified
This commit is contained in:
@@ -140,7 +140,7 @@ If "on", the guest page will have web security disabled.
|
||||
|
||||
Sets the storage partition used by the `webview`. If the storage partition ID starts with `persist:`,
|
||||
the `webview` will use a persistent storage partition available to all `webview` in the app with
|
||||
the same storage partition ID. If the ID is unset or if there is no `persist:` prefix, the `webview` will
|
||||
the same storage partition ID. if there is no `persist:` prefix, the `webview` will
|
||||
use an in-memory storage partition. By assigning the same partition ID, multiple `webview`
|
||||
can share the same storage partition.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user