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.

When set to true, this setting causes the HTTP status code and status text to be appended to the message defined in pui["no connection message"], which displays when there is no connection to the server. The default value is false.

Code Block
javascript
javascript

// The following will display the HTTP status information.
pui["no connection status"] = true;

...