do websockets too ?
See original GitHub issueIt would be awesome to have an extension for websockets too. is it possible ?
it looks like network.websocket.max-connections=0
prevents websocket creation, but idk about feature sniffing.
thansk
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
WebSockets for fun and profit - Stack Overflow Blog
With WebSockets, you can build multiplayer games, chat apps, and collaboration software that work on the open web.
Read more >WebSockets vs. HTTP: Comparing pros and cons
WebSockets keeps a single, persistent connection open while eliminating latency problems that arise with HTTP request/response-based methods.
Read more >At what point are WebSockets less efficient than Polling?
Sending the data itself has far less overhead too. ... HTTP, you would clearly see that a Websocket connection will always have an...
Read more >WebSockets, caution required! - Sam Saffron
There is no way to tunnel a WebSocket over HTTP/2, they are separate protocols. There is an expired draft to unify the two...
Read more >When to use a HTTP call instead of a WebSocket (or HTTP 2.0)
The connection is used only for a very small number of events, or a very small amount of time, and the client does...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For sure, this link might help you with that https://www.reddit.com/r/firefox/comments/95a5qy/comment/e3r7vwz
On Tue, Jan 26, 2021, 4:06 AM beppe9000 notifications@github.com wrote:
Oh, you’re right! You might need to use https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest