You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building this thing called genplate - basically it's streaming templates where the compiled template is using generators to asynchronously retrieve data as the template is being constructed.
The output from genplate will likely be chunks like <div><p> then Lorem ipsum then </p></div>. If I piped that into a domnode-dom writable stream, would that work?...or is there a unspoken requirement that the chunks are complete html elements?
The text was updated successfully, but these errors were encountered:
I'm building this thing called genplate - basically it's streaming templates where the compiled template is using generators to asynchronously retrieve data as the template is being constructed.
The output from genplate will likely be chunks like
<div><p>
thenLorem ipsum
then</p></div>
. If I piped that into a domnode-dom writable stream, would that work?...or is there a unspoken requirement that the chunks are complete html elements?The text was updated successfully, but these errors were encountered: