mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
5bffe12d30
There are needs to delay the execution of code on the main thread until the next tick of the event loop has happened. Differential Revision: https://phabricator.services.mozilla.com/D71291 |
||
---|---|---|
.. | ||
README | ||
WebSocketHandshake.jsm | ||
WebSocketTransport.jsm |
These files provide functionality for serving and responding to HTTP
requests, and handling WebSocket connections. For this we rely on
httpd.js and the chrome-only WebSocket.createServerWebSocket function.
Generally speaking, this is all held together with a piece of string.
It is a known problem that we do not have a high-quality HTTPD
implementation in central, and we’d like to move away from using
any of this code.