Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: 'Map' is undefined (IE 11 specific bug) #12

Open
PieterVDE opened this issue Oct 27, 2017 · 0 comments
Open

ReferenceError: 'Map' is undefined (IE 11 specific bug) #12

PieterVDE opened this issue Oct 27, 2017 · 0 comments

Comments

@PieterVDE
Copy link

When comparing 2 objects using the module, IE (11) returns an error whilst Chrome and Firefox do not and execute normally.

ReferenceError: 'Map' is undefined

Usage of the module:

return !equals(obj1, obj2);

where obj1 and obj2 look as follows (if they're not null):

{
  prop1: null | {
        prop1: null | int,
        prop2: null | string,
        prop3: null | boolean,
        prop4: null | string
    },
  prop2: same as prop1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant