create partitionId with encodedURIcomponent
This commit is contained in:
parent
da5bac42f3
commit
8f59c0b642
7 changed files with 37 additions and 41 deletions
|
@ -142,7 +142,8 @@ Sets the storage partition used by the `webview`. If the storage partition ID st
|
|||
the `webview` will use a persistent storage partition available to all `webview` in the app with
|
||||
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.
|
||||
can share the same storage partition. If the storage partition ID is unset then default storage
|
||||
of the app will be used.
|
||||
|
||||
This value can only be modified before the first navigation, since the storage partition of an active
|
||||
renderer process cannot change. Subsequent attempts to modify the value will fail with a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue