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
question about the decisions made in the repository
Issue description
Current behavior:
There are several bugs in the 1.0.2 version of pace-js. One in particular, it overwrites the WebSocket constants so that simple comparisons in established code always fail. The current release 1.2.4 fixes this and (I assume) much more.
Expected behavior:
The value of WebSocket.OPEN should be the integer 1.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
There are several bugs in the 1.0.2 version of
pace-js
. One in particular, it overwrites the WebSocket constants so that simple comparisons in established code always fail. The current release 1.2.4 fixes this and (I assume) much more.Expected behavior:
The value of
WebSocket.OPEN
should be the integer1
.Steps to reproduce:
Start the demo at https://www.akveo.com/ngx-admin/themes, open up the JavaScript console and type
WebSocket.OPEN
.Related code:
Other information:
See
pace-js
issue here: CodeByZach/pace#261 (comment). (The detail is about a different class getting corrupted, but it's the same reason.)The text was updated successfully, but these errors were encountered: