[Webkit-unassigned] [Bug 265386] Streaming HTML only works in iframe elements. Safari waits to buffer all HTML before rendering.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 25 14:11:44 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=265386
--- Comment #4 from Konnor Rogers <konnor5456 at gmail.com> ---
Sorry, `<div hidden>` actually causes it to still buffer. So you need to use aria-hidden instead.
```html
<body>
<div style="height: 0; width: 0; overflow: hidden;" aria-hidden="true">
{{ 512 bytes of data }}
</div>
<!-- stream the rest -->
</body>
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240925/59040f0e/attachment.htm>
More information about the webkit-unassigned
mailing list