항목이 설정되어 있는지 어떻게 확인할 수 localStorage
있습니까? 현재 사용하고 있습니다
if (!(localStorage.getItem("infiniteScrollEnabled") == true || localStorage.getItem("infiniteScrollEnabled") == false)) {
// init variable/set default variable for item
localStorage.setItem("infiniteScrollEnabled", true);
}