David Ortner
David Ortner
Hi! :wave: I'm the author of Happy DOM. I believe that this bug has been fixed as I can no longer reproduce it. Can someone please verify that this is...
> I tried multiple versions and in `13.0.4` and `13.6.2` copying > > * `performance` - caused hang in Bun test. > * `Infinity` caused: Attempted to assign to readonly...
Great to hear that Happy DOM works for you now @hrgdavor!
Thank you for reporting @cyyynthia and @dbritto-dev! :slightly_smiling_face: There is a fix in now: https://github.com/capricorn86/happy-dom/releases/tag/v14.10.2
Thank you for reporting @robinelvin, @dhruvkelawala , @dteoh and @andrewdodd! :slightly_smiling_face: The problem should be fixed now: https://github.com/capricorn86/happy-dom/releases/tag/v13.8.1
Thanks for reporting @dcharbonnier! :slightly_smiling_face: It has not been implemented yet. Will look into doing it as soon as possible.
Hi @shayneo! :slightly_smiling_face: Great that you want to contribute. However, I believe that me and @Mas0nShi are already working on a PR related to this, which should solve it. We...
We have now fixed this by using the native `url` module 🙂 You can read more about the release here: https://github.com/capricorn86/happy-dom/releases/tag/v7.8.0
Thank you for reporting @thojanssens! 🙂 I think we need more information. Maybe you can try to install "jsdom" and then run `npm explain jsdom` to see what packages that...
We can look into using the types from `lib.dom.d.ts`, but it is not that easy. The question is why you are mixing the types. Either you should use the Happy...