Function: writeSseComment()
writeSseComment(
target,comment):void
Write an SSE comment line (useful as a keepalive heartbeat). Format: : <comment>\n\n
Parameters
| Parameter | Type |
|---|---|
target | SseWritable |
comment | string |
Returns
void
writeSseComment(
target,comment):void
Write an SSE comment line (useful as a keepalive heartbeat). Format: : <comment>\n\n
| Parameter | Type |
|---|---|
target | SseWritable |
comment | string |
void