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 using Vue to render reports on server side, I need to stream rendered html directly to file or web stream. There is a renderToSimpleStream function, but is not a true stream rendering. First renderer fills array then return each item of array to the stream. Of course I understand this solution is universal for sync and async components
Proposal:
Add option to renderer for user defined function getStream or different version of function renderToSimpleStream which render directly do output stream until data is not Promise
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using Vue to render reports on server side, I need to stream rendered html directly to file or web stream. There is a
renderToSimpleStream
function, but is not a true stream rendering. First renderer fills array then return each item of array to the stream. Of course I understand this solution is universal for sync and async componentsProposal:
Add option to renderer for user defined function
getStream
or different version of functionrenderToSimpleStream
which render directly do output stream until data is not PromiseBeta Was this translation helpful? Give feedback.
All reactions