static void setToLocalStorage(String key, String value) { try { html.window.localStorage[key] = value; } catch (e) { // Ignore errors } }