David Ortner

Results 13 issues of David Ortner

We should add an integration test for Svelte and add Svelte to the list of "Works with" in the documentation.

documentation
enhancement

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 } ```

enhancement

Lerna has caused several issues with bugs and security vulnerabilities. We should therefore move to NPM Workspaces.

enhancement

The cache should work according to browser specs.

enhancement

**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....

bug

https://stackoverflow.com/questions/78225627/dealing-with-the-deprecated-document-querycommandsupported I think we can start with a simple implementation that just returns `true`.

enhancement
good first issue
easy fix