Merge pull request #19218 from Napalys/js/upgrade_websocket

JS: Refactor `WebSocket` to use `API` graphs
This commit is contained in:
Napalys Klicius
2025-04-11 10:05:54 +02:00
committed by GitHub
12 changed files with 383 additions and 72 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Improved detection of `WebSocket` and `SockJS` usage.
* Added data received from `WebSocket` clients as a remote flow source.