gecko-dev/remote/server
Dave Townsend 049e4fc37a Bug 1864896: Autofix unused function arguments (remote). r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D202981
2024-03-01 23:43:51 +00:00
..
README
WebSocketHandshake.sys.mjs Bug 1864896: Autofix unused function arguments (remote). r=webdriver-reviewers,jdescottes 2024-03-01 23:43:51 +00:00
WebSocketTransport.sys.mjs Bug 1829337 - [bidi] Implement the "session.end" command. r=webdriver-reviewers,whimboo 2023-06-22 14:32:35 +00:00

README

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

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 wed like to move away from using
any of this code.