ฉันจะตรวจสอบว่ารายการถูกตั้งค่าได้localStorage
อย่างไร? ขณะนี้ฉันกำลังใช้
if (!(localStorage.getItem("infiniteScrollEnabled") == true || localStorage.getItem("infiniteScrollEnabled") == false)) {
// init variable/set default variable for item
localStorage.setItem("infiniteScrollEnabled", true);
}