clearCookies

open suspend override fun clearCookies(domain: String?)

Clears cookies for a domain, or all of them when domain is null.

This is the isolation the platform offers. Genuinely separate jars would need separate processes, so the library clears rather than pretending to isolate.