try {
      this.LS.setItem(this.namespace, JSON.stringify(this.data));
      return true;
    } catch (error) {
      if (error.code === 18 || error.code === 21 || error.code === 22 || error.code === 1014 || error.number === -2147024882) {