Ext.OutputStreamExists()

Description

Determines whether there is a current output stream, such as an HTTP connection to the user's browser. If so, scripts can write to it. For details, refer to Ext.WriteStream( str ).

Argument

None.

Return Values

Returns a Boolean if the output stream exists.

Related Topics