diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2020-11-24 11:08:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 11:08:43 +0200 |
commit | 361395f198e0493d14ec0b8eb48a8ebc2759eae2 (patch) | |
tree | e0cb2db4db85ea3c0d88a5748f6d4e0d6264e7e9 | |
parent | 27adc89f9fecb182b1e7e95bbe4b2d68298dc57c (diff) | |
download | vaadin-framework-361395f198e0493d14ec0b8eb48a8ebc2759eae2.tar.gz vaadin-framework-361395f198e0493d14ec0b8eb48a8ebc2759eae2.zip |
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).
-rw-r--r-- | documentation/articles/UsingPolling.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/articles/UsingPolling.asciidoc b/documentation/articles/UsingPolling.asciidoc index 6889da048a..cb0e986d5e 100644 --- a/documentation/articles/UsingPolling.asciidoc +++ b/documentation/articles/UsingPolling.asciidoc @@ -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. |