waku-org / js-waku

JavaScript implementation of Waku v2

Home Page:https://js.waku.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: localStorage is not defined

weboko opened this issue · comments

This is a bug report

Problem

localStorage storage is not defined

image

Proposed Solutions

localStorage.setItem("waku:peers", JSON.stringify(this.peers));
should be protected the same way as