Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Mended a weird problem in communication between the frontend and the backend source code.tar.gz | 2025-03-30 | 1.4 MB | |
Mended a weird problem in communication between the frontend and the backend source code.zip | 2025-03-30 | 1.4 MB | |
README.md | 2025-03-30 | 403 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
I've discovered a weird bug in the communication between the front-end and the back-end (that is, the files sharer.js
and viewer.js
): The JavaScript appears to ignore the fact that the server has responded with the Error 500 rather than 200 OK
. Right now, I've worked around the issue by checking the server response using regular expressions. However, there is almost certainly a better solution.