Event
public enum Event
Encapsulates changes to the cookie storage.
-
The acceptance policy of the cookie storage has changed.
Declaration
Swift
case acceptPolicyChanged(HTTPCookieStorage)
-
The cookies stored in the cookie storage have changed.
Declaration
Swift
case cookiesChanged(HTTPCookieStorage)