Sebastian Mayr

Results 66 comments of Sebastian Mayr

Running the whole of jsdom in the vm sandbox was also one of our considerations, however that comes with a reeeeally bad window init perf, which is not something we...

It'll never be (also we can't pay for detecting security leaks like Chrome :stuck_out_tongue:), but it's just about reducing our attack surface - some methods of executing malicious code are...

I think this is actually a bug in [cssstyle](https://github.com/jsdom/cssstyle) since jsdom just source the whole CSSStyleDeclaration from there.

Unfortunately wicked-good-xpath currently fails our test suite from what I remember. I tried working on it in https://github.com/google/wicked-good-xpath/pull/41, but introduced a different bug in that one blocking merge.

The property itself would not be a big deal, you could even patch this quite easily yourself in the `created` callback. However, for a scrollHeight property which would return something...

Afaik once upon the time browsers limited TCP connections per domain instead of having window-specific agents, but I'm not sure that makes much sense for us. We should probably just...