David Ortner
David Ortner
We should add an integration test for Svelte and add Svelte to the list of "Works with" in the documentation.
Make it possible to detect that Happy DOM is part of the user agent by adding it as a string. Example: ``` if(navigation.userAgent.includes('Happy DOM')) { // Do something } ```
Lerna has caused several issues with bugs and security vulnerabilities. We should therefore move to NPM Workspaces.
**Describe the bug** Jest environment fails with "The operation was aborted" if there is an ongoing fetch and another error is thrown. **To Reproduce** Steps to reproduce the behavior: 1....
https://stackoverflow.com/questions/78225627/dealing-with-the-deprecated-document-querycommandsupported I think we can start with a simple implementation that just returns `true`.