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
Both HtmlDocument and JavaScriptDocument attempt to pretty-print to some extent, which is not required for applications where the output is not used for debugging.
In particular, JavaScriptDocument::stringify() can take a while to pretty print.
Can we add a flag to StringifyOptions that disables pretty-printing?
The text was updated successfully, but these errors were encountered:
Both
HtmlDocument
andJavaScriptDocument
attempt to pretty-print to some extent, which is not required for applications where the output is not used for debugging.In particular,
JavaScriptDocument::stringify()
can take a while to pretty print.Can we add a flag to
StringifyOptions
that disables pretty-printing?The text was updated successfully, but these errors were encountered: