Set localStorage path in QWebEngineView
-
Im trying to set a localstorage path with no success.
I can enable the localStorage with:self._web_view.settings().setAttribute(QWebEngineSettings.LocalStorageEnabled, True)But i cant find a way to set the storage path.
@insideee
What makes you think you can/ought be able to "set a localstorage path"?QWebEngineSettings::LocalStorageEnabled 5 Enables support for the HTML 5 local storage feature. Enabled by default.
I would not expect to be able to affect where HTML5 stores its local storage. I expect it to be opaque to me.