Added support for streaming HTML + javascript body procs
Previously, the API for bodyscripts (e.g. template::add_body_script, template::add…
Show more
Added support for streaming HTML + javascript body procsPreviously, the API for bodyscripts (e.g. template::add_body_script,template::add_event_listener, template::add_body_handler,template::add_script with the right flags) was not usable forstreaming HTML pages, since the full processing of such scripts washandled in blank-master.{tcl,adp}, which is not in use for streamingHTML.Now the function template::collect_body_scripts was added, which canbe used at arbitrary time to collect the body scripts and translatethose to HTML. This function can be used in streaming mode to outputthese function when new HTML chunks become available.
Show less