Skip to content

evercookie return undefined when get() multi called at the same time #129

@AlvinWei1024

Description

@AlvinWei1024
var ec = new evercookie();
ec.set('testKey', 'testValue');

ec.get('testKey', res => {console.log(res)});
ec.get('testKey', res => {console.log(res)});

when get() multi called at the same time, the result may be undefined;

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