Is there a WO equivalent of doing something like this when using php ob_flush():

quote: "Chunked encoding allows developers to send pieces of content to the 
browser, essentially breaking up a web page into separate components. "

html>
<head>
  <title>Flush Example Page</title>
  <link rel="styles.css" href="my.css" />
  <script src="script.js"></script>
</head>
<?php ob_flush(); ?>
<?php flush(); ?>
<body>...
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to