chai icon indicating copy to clipboard operation
chai copied to clipboard

chai 4.3.5+ doesn't work on IE10 because WeakMap

Open felix9 opened this issue 4 years ago • 0 comments

chai 4.3.5 uses loupe, which has an unconditional use of new WeakMap(), which doesn't exist on IE10.

I realize that IE10 support is probably not something anyone cares about today, so I don't expect this to get fixed :)

chai 4.3.4 still works on IE10, for anyone else who runs into this problem.

felix9 avatar Apr 15 '22 22:04 felix9