public functionsendContent() : static {
$this->bigPipe
->sendContent($this);
// All BigPipe placeholders are processed, so update this response's// attachments.unset($this->attachments['big_pipe_placeholders']);
unset($this->attachments['big_pipe_nojs_placeholders']);
return$this;
}