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
Describe the bug
Failing to launch a ts-node server as an offer client due to: ReferenceError: self is not defined at Object.<anonymous> (webpack://QRCodeStyling/webpack/universalModuleDefinition:10:4)
To Reproduce
Create a Offer.ts file that only has the offer client relevant code.
Launch it through ts-node Offer.ts
Expected behavior
The web origin and session ID are hard coded for testing and when executed they should exchange a Hello World! message.
Desktop (please complete the following information):
OS: Windows 11
Browser: Chromium Based
Version: Latest
Smartphone (please complete the following information):
Device: iPhone 12
OS: iOS 17.8
Browser: Chrome
Version: Latest
Additional context
Same error persists if compiled the .ts file using tsc into a .js file.
The text was updated successfully, but these errors were encountered:
Describe the bug
Failing to launch a ts-node server as an offer client due to:
ReferenceError: self is not defined
at Object.<anonymous> (webpack://QRCodeStyling/webpack/universalModuleDefinition:10:4)
To Reproduce
Expected behavior
The web origin and session ID are hard coded for testing and when executed they should exchange a
Hello World!
message.Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Same error persists if compiled the .ts file using tsc into a .js file.
The text was updated successfully, but these errors were encountered: