Šime Vidas on Nostr: Imagine a very long web page with lots of sections (e.g., single-page HTML spec). If ...
Imagine a very long web page with lots of sections (e.g., single-page HTML spec). If the user requests a specific section (e.g. page.html#section7), what if the web server streamed that section first and the other sections after that?
Stream order:
1. start of HTML document up to <body>
2. HTML for section 7
3. HTML for section 1, 2, 3, etc.
The browser would then make sure to insert the sections 1 to 6 *above* section 7 on the web page.
Does this make sense? Would this be useful?
Stream order:
1. start of HTML document up to <body>
2. HTML for section 7
3. HTML for section 1, 2, 3, etc.
The browser would then make sure to insert the sections 1 to 6 *above* section 7 on the web page.
Does this make sense? Would this be useful?