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
Navigating to https://ws.example.com:8667/socket.io/socket.io.js.map opens the exact same file as https://ws.example.com:8667/socket.io/socket.io.js.
Expected behavior
According to the //# sourceMappingURL=socket.io.js.map comment at the end of the file a source map should be loaded from the URL instead of the script itself.
Setup
OS: Debian Jessie 8.6
browser: Chrome 54.0.2840.99
socket.io version: 1.6.0
Other information (e.g. stacktraces, related issues, suggestions how to fix)
Most likely an issue with a match check that returns when it finds the name of the js file and ignores the .map at the end. I'm adding my server setup code as well in case it matters:
You want to:
Current behavior & steps to reproduce
Navigating to
https://ws.example.com:8667/socket.io/socket.io.js.map
opens the exact same file ashttps://ws.example.com:8667/socket.io/socket.io.js
.Expected behavior
According to the
//# sourceMappingURL=socket.io.js.map
comment at the end of the file a source map should be loaded from the URL instead of the script itself.Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
Most likely an issue with a match check that returns when it finds the name of the js file and ignores the
.map
at the end. I'm adding my server setup code as well in case it matters:The text was updated successfully, but these errors were encountered: