• The server outputs a small chunk, containing a script to execute every 100ms.
  • When the time between script executions approaches the server-side delay, the browser is handling the stream progressively.
  • The test completes when the time between calls is >50ms (accounting for poor timer resolution) or after 30 chunks.
  • Times in debug output are the time between script executions.