Skip to content

Instantly share code, notes, and snippets.

@richardDobron
Created July 13, 2022 16:51
Show Gist options
  • Save richardDobron/8e2ec42d28b2e418fbf56d2ecf893b9d to your computer and use it in GitHub Desktop.
Save richardDobron/8e2ec42d28b2e418fbf56d2ecf893b9d to your computer and use it in GitHub Desktop.
<?php
$response = new \dobron\BigPipe\AsyncResponse();
$response->setContent('div#content', $newContent);
$response->send();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment