Skip to content

Ability to persist localOnly values #85

@zhakhalov

Description

@zhakhalov

It would be great to persist some additional data in localStorage only, without updateing it with httpResponse and sending to beckend. By storing in $metadata attribute or by adding prefix $.

example cache object

{
   "_id": "5702c99c4cff28ec26989924",
   "$someLocalAttribute": "Derp"
}

example POST body in this case

{
   "_id": "5702c99c4cff28ec26989924",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions