summaryrefslogtreecommitdiffstats
path: root/modules/eventsource/messenger.go
Commit message (Collapse)AuthorAgeFilesLines
* Add EventSource support (#11235)zeripath2020-05-071-0/+78
If the browser supports EventSource switch to use this instead of polling notifications. Signed-off-by: Andrew Thornton art27@cantab.net