Skip to content

Storing of Set object fails #97

Description

@tcchau

Per subject, if you try to store a Set object, the operation fails, storing an empty object instead.

For example:

    const colors = new Set();
    colors.add('blue');
    colors.add('red');
    lscache.set('colors', colors);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions