Closed c-w closed 7 years ago
Yes, I also had a look and everything looks good to me.
@c-w Thanks for testing this on IE and fixing the issue right away. If you'd like to be mentioned in the package.json, feel free to add yourself to the list of contributors and push again on your branch.
@rictic Thanks for the signoff. @pvorb Thanks for the suggestion. Done.
BTW, v2.1.1 is on npm
Thanks for the quick merge and version bump. I encountered these bugs while working with QuillJS so maybe we'll enable them to support older versions of IE now too.
That project looks promising, didn't know about it. Nice to see you can make use of this little library.
This pull request fixes two bugs with cloning Maps and Sets on IE:
instanceof
to be defined.Map.keys()
andSet.keys()
.These bugs currently cause the "clone a native Map" and "clone a native Set" tests in
test.html
to fail on Internet Explorer:After applying the changes in this pull request, all the test-cases in
test.html
pass on Internet Explorer, Chrome and Firefox.