-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using happy-dom-without-node in the browser, I found that the goto() method and other methods that mimic browser loading are not working. The error message is:
Fetch is not supported without Node.js.
I would like to know if this is intentional, which means that this library only provides an implementation of Document without supporting dynamic loading methods.
To Reproduce
Steps to reproduce the behavior:
- Include
happy-dom-without-nodein the browser. - Attempt to call the
goto()method. - Observe the error message.
Expected behavior
I expected to be able to use the goto() method and other dynamic loading methods without encountering an error.
Device:
- OS: [Windows 11]
- Browser: [Edge]
Additional context
Are there plans to support dynamic loading functionality? Or if there are any recommended alternative solutions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working