GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/193
Bug: unnecessary double-checking of window.sessionStorage in ponymail.js
The ponymail.js code sets the boolean storageAvailable to true if
typeof(window.sessionStorage) != "undefined" (and writing to it does not throw
an error)
However the code later does checks like:
if (storageAvailable) {
if (typeof(window.sessionStorage) !== "undefined" && ...
The check is redundant.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---