Results for “Std.Html.Stream.BoundaryError”
6 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Html.Stream.BoundaryError
Why a suspense boundary identifier was refused.
- Std.Html.Stream.defer
Str -> &Std.Html.Html -> fn() -> Result[Std.Html.Html, Str] -> Result[Std.Html.Stream.Deferred, Std.Html.Stream.BoundaryError]Prepares only a typed fallback; the content producer remains uncalled.
- Std.Html.Stream.errorReplacement
Str -> &Std.Html.Html -> Result[Bytes, Std.Html.Stream.BoundaryError]A typed error fallback for a validated suspense boundary.
- Std.Html.Stream.placeholder
Str -> &Std.Html.Html -> Result[Bytes, Std.Html.Stream.BoundaryError]A typed fallback inside a validated suspense boundary.
- Std.Html.Stream.replacement
Str -> &Std.Html.Html -> Result[Bytes, Std.Html.Stream.BoundaryError]Typed resolved content for a validated suspense boundary.
- Std.Html.Stream.suspended
Str -> &Std.Html.Html -> &Std.Html.Html -> Result[(Bytes, Bytes), Std.Html.Stream.BoundaryError]The initial and resolved chunks for one validated typed boundary.
