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: browser debugging in remotes not working #1629

Merged
merged 1 commit into from
Mar 31, 2023
Merged

Conversation

connor4312
Copy link
Member

Fixes #1628

Moving to esbuild caused it to pull in the "wrapper.mjs" which doesn't
expose the same API that ws normally does.

See websockets/ws#2032 (comment)

Fixes #1628

Moving to esbuild caused it to pull in the "wrapper.mjs" which doesn't
expose the same API that `ws` normally does.

See websockets/ws#2032 (comment)
@connor4312 connor4312 merged commit 95b0d72 into main Mar 31, 2023
@connor4312 connor4312 deleted the connor4312/issue1628 branch March 31, 2023 18:34
@connor4312
Copy link
Member Author

Windows failure is an existing flake I need to look at

connor4312 added a commit that referenced this pull request Mar 31, 2023
Fixes #1628

Moving to esbuild caused it to pull in the "wrapper.mjs" which doesn't
expose the same API that `ws` normally does.

See websockets/ws#2032 (comment)
@connor4312 connor4312 mentioned this pull request Mar 31, 2023
@nopeless
Copy link

nopeless commented Apr 1, 2023

Glad I helped

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.

Can't debug web (eg ReactJS project) by Microsoft Edge or Chrome
3 participants