Pontus Lundin

Results 14 comments of Pontus Lundin

@dipcore as it says in the readme, this is not actively maintained. But if you wanna supply a PR I'm happy to look at it.

Fair enough... but better to just make it work. I'll look in to it.

Wow, so sorry bout the super late reply! I'm not maintaining this anymore. Wanna take over?

@domenic I'm having the same issue and I was wondering if there is some sort of best practice to setup JSDOM with an app that sets `window.location`. From what I...

Allow me to post the answer to my own question 😁 I simply replace the usages of `window.location = url;` and `window.location.href = url;` with ```js window.location.assign(url); ``` and then...

Removed the throwing behaviour from invokeEvent here: #691 That PR should be merged before this one :)

@Conduitry so that's why nobody had thought of that "excellent" idea 🤦 😅 I'll be right back with an updated solution 👍

@Conduitry could you please have a look at this PR again?