template <>
class WireTableBuilder
Defined at line 1727 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::CreateFrameParams> & debug_name (First && first, Args &&... args_)
Set to give the Frame a name to help distinguish it in debug contexts , such as system log
output. For example, the name may be added to messages from web content when they are logged
to the system logger. The name does not affect user- or web-visible behavior.
Popup Frames created by the Frame will have a name derived from the parent Frame's name.
Defined at line 1743 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
template <typename First = ::fuchsia_mem::wire::Data, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_mem::wire::Data>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::CreateFrameParams> & explicit_sites_filter_error_page (First && first, Args &&... args_)
Enables automatic blocking of navigations to explicit sites, and specifies the error page
content, in HTML, to be loaded in the Frame when a navigation is canceled by the filter.
Applies to navigations in all frames within the Frame.
When navigation of the main document is canceled, the Frame's [`NavigationState.PageType`]
is `ERROR`.
If set to an empty buffer, a default error message will be displayed.
If set and such filtering is not supported, the [`Frame`] will disconnect with
`ZX_ERR_NOT_SUPPORTED`.
Defined at line 1763 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Friends
template <>
class CreateFrameParams