tree: 64a6680302e96ec65040b8059afc6ad98c936bb1 [path history] [tgz]
  1. build.gni
  2. byte_length_queuing_strategy.cc
  3. byte_length_queuing_strategy.h
  4. byte_length_queuing_strategy.idl
  5. count_queuing_strategy.cc
  6. count_queuing_strategy.h
  7. count_queuing_strategy.idl
  8. DIR_METADATA
  9. miscellaneous_operations.cc
  10. miscellaneous_operations.h
  11. miscellaneous_operations_test.cc
  12. OWNERS
  13. promise_handler.cc
  14. promise_handler.h
  15. queue_with_sizes.cc
  16. queue_with_sizes.h
  17. queue_with_sizes_test.cc
  18. queuing_strategy_common.cc
  19. queuing_strategy_common.h
  20. queuing_strategy_init.idl
  21. readable_byte_stream_controller.cc
  22. readable_byte_stream_controller.h
  23. readable_byte_stream_controller.idl
  24. readable_stream.cc
  25. readable_stream.h
  26. readable_stream.idl
  27. readable_stream_byob_read_result.idl
  28. readable_stream_byob_reader.cc
  29. readable_stream_byob_reader.h
  30. readable_stream_byob_reader.idl
  31. readable_stream_byob_request.cc
  32. readable_stream_byob_request.h
  33. readable_stream_byob_request.idl
  34. readable_stream_controller.h
  35. readable_stream_default_controller.cc
  36. readable_stream_default_controller.h
  37. readable_stream_default_controller.idl
  38. readable_stream_default_controller_with_script_scope.cc
  39. readable_stream_default_controller_with_script_scope.h
  40. readable_stream_default_reader.cc
  41. readable_stream_default_reader.h
  42. readable_stream_default_reader.idl
  43. readable_stream_generic_reader.cc
  44. readable_stream_generic_reader.h
  45. readable_stream_get_reader_options.idl
  46. readable_stream_test.cc
  47. readable_stream_transferring_optimizer.h
  48. readable_writable_pair.idl
  49. README.md
  50. stream_algorithms.h
  51. stream_pipe_options.idl
  52. stream_promise_resolver.cc
  53. stream_promise_resolver.h
  54. stream_promise_resolver_test.cc
  55. test_underlying_source.h
  56. transferable_streams.cc
  57. transferable_streams.h
  58. transferable_streams_test.cc
  59. transform_stream.cc
  60. transform_stream.h
  61. transform_stream.idl
  62. transform_stream_default_controller.cc
  63. transform_stream_default_controller.h
  64. transform_stream_default_controller.idl
  65. transform_stream_test.cc
  66. transform_stream_transformer.h
  67. underlying_sink_base.h
  68. underlying_sink_base.idl
  69. underlying_source.idl
  70. underlying_source_base.cc
  71. underlying_source_base.h
  72. underlying_source_base.idl
  73. underlying_source_cancel_callback.idl
  74. underlying_source_pull_callback.idl
  75. underlying_source_start_callback.idl
  76. writable_stream.cc
  77. writable_stream.h
  78. writable_stream.idl
  79. writable_stream_default_controller.cc
  80. writable_stream_default_controller.h
  81. writable_stream_default_controller.idl
  82. writable_stream_default_writer.cc
  83. writable_stream_default_writer.h
  84. writable_stream_default_writer.idl
  85. writable_stream_test.cc
  86. writable_stream_transferring_optimizer.h
chromium/src/third_party/blink/renderer/core/streams/README.md

core/streams/

This directory contains the Blink implementation of the WHATWG Streams standard.

See Streams C++ port design doc.