You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-node in 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.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
happy-dom-without-node
in the browser, I found that thegoto()
method and other methods that mimic browser loading are not working. The error message is: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:
happy-dom-without-node
in the browser.goto()
method.Expected behavior
I expected to be able to use the
goto()
method and other dynamic loading methods without encountering an error.Device:
Additional context
Are there plans to support dynamic loading functionality? Or if there are any recommended alternative solutions.
The text was updated successfully, but these errors were encountered: