Return the global localStorage variable * @returns {Object} Local Storage reference.
()
| 47 | * @returns {Object} Local Storage reference. |
| 48 | */ |
| 49 | localStorage() { |
| 50 | return getWindow().localStorage |
| 51 | } |
| 52 | |
| 53 | /** Save the current status to localStorage |
| 54 | * @returns {undefined} |
no test coverage detected