-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[BUG] Firefox webworker's console messages are reported twice #6001
Comments
It could just be the |
Thanks for the repro! Yes, that's the same message printed twice: once from the worker itself and once from the page that owns the worker:
Note that workers aren't supposed to work when running off |
pavelfeldman
changed the title
[BUG] Firefox webworkers get run twice
[BUG] Firefox webworker's console messages are reported twice
Mar 30, 2021
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Apr 1, 2021
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Apr 1, 2021
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Apr 1, 2021
aslushnikov
added a commit
that referenced
this issue
Apr 1, 2021
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Apr 2, 2021
aslushnikov
added a commit
that referenced
this issue
Apr 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
Code Snippet
Repro repo: https://github.com/achingbrain/playwright-ff-webworkers
Describe the bug
When running webworker code in Firefox, it appears to get run twice, see the linked repo above for more details and a runnable example.
file://
or via a webserverThe text was updated successfully, but these errors were encountered: