tomhooijenga

Results 4 comments of tomhooijenga

There are more cases where `Object.create(Object.getPrototypeOf(...))` fails. For example: `const url = clone(new URL('http://example.com'))` throws the same `Uncaught TypeError: Illegal invocation` in chrome and `TypeError: 'set href' called on an...

This project might be suffering from "death by a thousand cuts", aka there are a whole bunch of statements that in itself might not be very costly but it adds...

Unfortunately, we also get this exception. We've tracked it down to [this line](https://github.com/anvaka/panzoom/blob/master/index.js#L682). It happens at least in the following browsers: * Chrome on Android (88, 89, 90, 91) *...