Platform Storage Engine
class PlatformStorageEngine(session: PageSession, scriptEngine: PlatformScriptEngine, config: BrowserConfig)
Handles cookie management and web storage clearing for the platform backend.
Important Platform Limitation: Android WebView's CookieManager and WebStorage are process-global. Per-session isolated cookie jars are not supported by the Android WebView API. Isolation between sessions is achieved by explicit clearing (clearCookies, clearStorage), not per-session storage separation.
Functions
Link copied to clipboard
Clears all process-global cookies.
Link copied to clipboard
Clears local storage, session storage, and IndexedDB for the current page origin, as well as process-global WebStorage.
Link copied to clipboard
Retrieves cookies set for the specified url.