We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94cd7d commit e507a08Copy full SHA for e507a08
1 file changed
fragment-include-explainer.md
@@ -7,7 +7,10 @@ While this opens up a lot of new options, this has a few limitations that were s
7
1. A patch *always* streams, and there is no declarative way to make it apply in one batch when desired.
8
2. A patch is interleaved within the original response, requiring the server to multiplex content from different sources.
9
3. A patch cannot be independently sanitized. It inherits the safety features of its embedder.
10
-4. The template is still part of a normal HTML stream, so there's no particular observability to latency and errors.
+
11
+A few relevant missing things, addition to `<template for>`:
12
+1. Client-side sanitization is only possible when inserting markup using script. HTML is unsafe by default, unless it is JS-inserted.
13
+2. There is no standard way to observe latency and errors when streaming different parts of HTML
14
15
## Proposed solution
16
0 commit comments