Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

This setting causes the browser page to refresh and reload all CSS and JavaScript files after a predefined number of screens are rendered.  Refreshing the browser page releases the memory held by JavaScript and can help with applications experiencing memory leaks.  If not set, the browser page is never refreshed.

...

Code Block
javascript
javascript

pui["refresh interval"] = 50;  // refresh the page after 50 screens are rendered

...

Code Block
javascript
javascript

pui["refresh interval"] = 1;  // refresh with every screen rendered

...