template <>
class WireSyncClientImpl
Defined at line 1823 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_web::CookiesIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_web::CookiesIterator::GetNext> GetNext ()
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.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.