class ObserveCookieChanges
Defined at line 184 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/markers.h
Observe changes to all cookies named `name` that would be sent in a request to `url`.
If neither `url` nor `name` are set then all cookies are observed. If only `url` is set
then all cookies for that URL are observed. If both are set then only cookies matching both
fields are observed.
`changes` iterates over a stream of cookie changes. Additions or updates are expressed as
complete cookies, while deletions are expressed as cookies with no `value` set.
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal