{JSON.stringify(error || results, null, 4)}+
{JSON.stringify(results, null, 4)}+
fetchStreaming
to the server. The
+ server will stream back N number of messages with 1 second delay each containing a number
+ from 1 to N, after which it will close the stream.
+