Skip to content

WebPreferences.partition?

WebPreferences › partition?

Unofficial

Type: string

Sets the session used by the page according to the session's partition string. If partition starts with persist:, the page will use a persistent session available to all pages in the app with the same partition. If there is no persist: prefix, the page will use an in-memory session.