Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 StompJS javascript 客户端和 SockJS 它似乎在 chrome 开发控制台上记录每条消息和事件。
如何防止 StompJS 在控制台上记录每个事件?
好的,显然答案就是这样做:
stompClient.debug = function (){};//do nothing