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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ Finally, insert the displayed script tag in the page to be debugged. For example
32
32
33
33
## Limitations
34
34
35
-
When sending object via [socket.io](https://github.com/socketio/socket.io), they are serialized into JSON which only retains the properties of the object. The type of the object and the methods are not retained. [CircularJSON](https://github.com/WebReflection/circular-json) is used for data serialization.
35
+
When sending object via [socket.io](https://github.com/socketio/socket.io), they are serialized into JSON which only retains the properties of the object. The type of the object and the methods are not retained. [Flatted](https://github.com/WebReflection/flatted) is used for data serialization.
0 commit comments