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

fix: detect web worker #1711

Merged
merged 3 commits into from
Oct 10, 2023
Merged

fix: detect web worker #1711

merged 3 commits into from
Oct 10, 2023

Conversation

robertsLando
Copy link
Member

Fixes #1709

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (df78893) 81.03% compared to head (871016e) 81.03%.

❗ Current head 871016e differs from pull request most recent head 31cf07a. Consider uploading reports for the commit 31cf07a to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1711   +/-   ##
=======================================
  Coverage   81.03%   81.03%           
=======================================
  Files          21       21           
  Lines        1366     1366           
  Branches      323      323           
=======================================
  Hits         1107     1107           
  Misses        182      182           
  Partials       77       77           
Files Coverage Δ
src/lib/is-browser.ts 66.66% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@robertsLando robertsLando merged commit a75a467 into main Oct 10, 2023
5 checks passed
@robertsLando robertsLando deleted the detect-webworker branch October 10, 2023 06:09
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

Successfully merging this pull request may close these issues.

The exception 'ws does not work in the browser' if I try connecting from a worker thread
1 participant