lively4-core icon indicating copy to clipboard operation
lively4-core copied to clipboard

Catch incompatible receiver error.

Open niconomaa opened this issue 5 years ago • 0 comments

Array.from(aSet) and other functions error with

 Method Set.prototype.values called on incompatible receiver 

This error is thrown in the get trap of the proxy handler and should be caught.

niconomaa avatar Dec 17 '19 14:12 niconomaa