Browse Source

Update UsingPolling.asciidoc (#12150)

Fix content rendering (the first sentence was omitted if there is no empty line between the title and the first paragraph).
tags/7.7.23
Jouni Koivuviita 3 years ago
parent
commit
361395f198
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      documentation/articles/UsingPolling.asciidoc

+ 1
- 0
documentation/articles/UsingPolling.asciidoc View File

@@ -6,6 +6,7 @@ layout: page

[[using-polling]]
= Using Polling

To set up polling for your UI, you only need to set a poll interval
using `UI.setPollInterval(timeout)`. By doing this the browser will poll
the server each "timeout" ms and retrieve any possibly pending changes.

Loading…
Cancel
Save