<cfflush>
Flushes currently available data to the client.
This tag cannot have a body.
This tag is also supported within <cfscript>
<cfflush
interval=number
throwonerror=boolean
>
| Attribute | Description |
|---|---|
interval
number, optional
|
edit
Flush the output each time at least the specified number of bytes become available. HTML headers, and any data that is already available when you make this call, are not included in the count. |
throwonerror
boolean, optional
|
edit
If set to false, any exceptions thrown by the servlet engine, such as those resulting from a client disconnection, will be suppressed. |
Examples
editThere are currently no examples for this tag.
See also
- WriteOutput()
- <cfcontent>
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)