Похожие чаты

Hi ! I got this error : Uncaught TypeError: storeInLocalStorage

is not a function at eval (eval at RenderData)
anybody know about it? as I know it is a function.
the code is here:

var storeInLocalStorage = function(stateStore) {
var States;

if (localStorage.getItem('states') === null) {
states = [];
} else {
states = JSON.parse(localStorage.getItem('states'));
}

states.push(stateStore);

localStorage.setItem('states', JSON.stringify(states));
}


storeInLocalStorage(newState)

7 ответов

9 просмотров
AlY- Автор вопроса

the code try to see if any state array is there in the local storage and if yes, it will give the values to "states" or no it will make a new array states and try to push a new value to it and then save it in local storage

The problem is not the function, but that it is not available to the context where you attempt to call it

AlY- Автор вопроса
Misan
The problem is not the function, but that it is no...

but I use it after definition. JSON could be the problem? the workspace have not some js tools like es6

I need to test this

AlY- Автор вопроса
Misan
I need to test this

I'll be so thankful of you.

I get no error btw

AlY- Автор вопроса
Misan
I get no error btw

Ah ok. anyway thanks. I will try another way.

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
How are we going bro about the Raids ??
🅿️abby_FX
13
я так понимаю, я так подозреваю, что создание такого плагина для человека, кто умеет писать плагины для делфи потребует минут 5-10 времени. но это мое подозрение. хотелось бы ...
Kraszx
7
Товарищи, кто работа с iphelper? Или может я в самой логике ошибки фигачу, не пойму.... var ifTable : PMIB_IFTABLE; size, corSize: DWORD; Buffer ...
Warfarellen
4
Здравствуйте, вопрос по структурам данных. Были у вас случаи, когда пришлось писать деревья или двунаправленные списки?
/ /
50
Keep saying it, it’s Trump or WW3. Iran will be emboldened if Harris wins by cheating. Israel will have to take the initiative against Iran. How has BTC faired everytime the...
Adz | Ferrum Network Product & Service Consultant @ Ferrum Network
1
Коллеги, добрый вечер. Создаю коллекцию от TFPGMap, ключ - перечисление, значение - целое. Нужно отсортировать коллекцию по значению. Как это можно сделать?
Kirill Filippenok
11
Карта сайта