tree: bde68a9daecf22f2f5912de320cde4c31225a924 [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. README.md
  8. socket_options.idl
  9. tcp_readable_stream_wrapper.cc
  10. tcp_readable_stream_wrapper.h
  11. tcp_readable_stream_wrapper_unittest.cc
  12. tcp_socket.cc
  13. tcp_socket.h
  14. tcp_socket.idl
  15. tcp_socket_unittest.cc
  16. tcp_writable_stream_wrapper.cc
  17. tcp_writable_stream_wrapper.h
  18. tcp_writable_stream_wrapper_unittest.cc
  19. udp_socket.cc
  20. udp_socket.h
  21. udp_socket.idl
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.