Skip to content

In setStoredValue: function(path, value) value is not used #136

@BenClaveau

Description

@BenClaveau

Description

Why In setStoredValue: function(path, value) the value argument is not used.

  setStoredValue: function(path, value) {
    if (this.key != null) {
      try {
        this.__setStorageValue(this.key, this.data);
      } catch (e) {
        return Promise.reject(e);
      }

      this.fire('app-local-storage-changed', this, {node: window.top});
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions