Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot set property opener of #<Window> which has only a getter #18

Open
limboy opened this issue Feb 10, 2025 · 0 comments
Open

Comments

@limboy
Copy link

limboy commented Feb 10, 2025

I'm using it to fetch Tauri's latest plugin doc, but encounter an reproducible Error:

file://.../node_modules/.pnpm/[email protected]/node_modules/happy-dom/lib/nodes/element/Element.js:1134
            window[id] = element;
                       ^

TypeError: Cannot set property opener of #<Window> which has only a getter
    at #addIdentifierToWindow (file://.../node_modules/.pnpm/[email protected]/node_modules/happy-dom/lib/nodes/element/Element.js:1134:24)
    at [connectedToDocument] (file://.../node_modules/.pnpm/[email protected]/node_modules/happy-dom/lib/nodes/element/Element.js:1088:40)
...

Env:

sitefetch/0.0.17 darwin-arm64 node-v20.18.2

Command to reproduce:

pnpx sitefetch https://tauri.app/plugin/ -m "/plugin/**" -o tauri.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant