class CookiesIterator
Defined at line 12313 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Used to iterator over a set of cookies, or a stream of changes to cookies.
Public Methods
void ~CookiesIterator ()
void GetNext (GetNextCallback callback)
Fetches the next batch of cookies, or of changes to cookies.
RFC6265 does not specify an upper-bound on the number of cookies which
may be stored.