tree: bc4740b13b0687910e8291451490fa047e41548b [path history] [tgz]
  1. BUILD.gn
  2. DIR_METADATA
  3. idls.gni
  4. navigator_socket.cc
  5. navigator_socket.h
  6. navigator_socket.idl
  7. OWNERS
  8. README.md
  9. socket_options.idl
  10. tcp_readable_stream_wrapper.cc
  11. tcp_readable_stream_wrapper.h
  12. tcp_readable_stream_wrapper_unittest.cc
  13. tcp_socket.cc
  14. tcp_socket.h
  15. tcp_socket.idl
  16. tcp_socket_unittest.cc
  17. tcp_writable_stream_wrapper.cc
  18. tcp_writable_stream_wrapper.h
  19. tcp_writable_stream_wrapper_unittest.cc
  20. udp_socket.cc
  21. udp_socket.h
  22. udp_socket.idl
chromium/src/third_party/blink/renderer/modules/direct_sockets/README.md

This directory implements the Blink side of the Direct Sockets API.

It will connect to a DirectSocketsService Mojo service in the browser, which performs security checks, provides dialogs, and forwards requests to the Network service.