tree: 52d73bb5e490971e891ae5d3bfb17c590b35b10a [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. byte_stream_tee_engine.cc
  6. byte_stream_tee_engine.h
  7. count_queuing_strategy.cc
  8. count_queuing_strategy.h
  9. count_queuing_strategy.idl
  10. DIR_METADATA
  11. miscellaneous_operations.cc
  12. miscellaneous_operations.h
  13. miscellaneous_operations_test.cc
  14. OWNERS
  15. pipe_options.cc
  16. pipe_options.h
  17. pipe_to_engine.cc
  18. pipe_to_engine.h
  19. promise_handler.cc
  20. promise_handler.h
  21. queue_with_sizes.cc
  22. queue_with_sizes.h
  23. queue_with_sizes_test.cc
  24. queuing_strategy_common.cc
  25. queuing_strategy_common.h
  26. queuing_strategy_init.idl
  27. read_into_request.h
  28. read_request.h
  29. readable_byte_stream_controller.cc
  30. readable_byte_stream_controller.h
  31. readable_byte_stream_controller.idl
  32. readable_stream.cc
  33. readable_stream.h
  34. readable_stream.idl
  35. readable_stream_byob_read_result.idl
  36. readable_stream_byob_reader.cc
  37. readable_stream_byob_reader.h
  38. readable_stream_byob_reader.idl
  39. readable_stream_byob_request.cc
  40. readable_stream_byob_request.h
  41. readable_stream_byob_request.idl
  42. readable_stream_controller.h
  43. readable_stream_default_controller.cc
  44. readable_stream_default_controller.h
  45. readable_stream_default_controller.idl
  46. readable_stream_default_controller_with_script_scope.cc
  47. readable_stream_default_controller_with_script_scope.h
  48. readable_stream_default_reader.cc
  49. readable_stream_default_reader.h
  50. readable_stream_default_reader.idl
  51. readable_stream_generic_reader.cc
  52. readable_stream_generic_reader.h
  53. readable_stream_generic_reader.idl
  54. readable_stream_get_reader_options.idl
  55. readable_stream_iterator_options.idl
  56. readable_stream_read_result.idl
  57. readable_stream_test.cc
  58. readable_stream_transferring_optimizer.h
  59. readable_writable_pair.idl
  60. README.md
  61. stream_algorithms.h
  62. stream_pipe_options.idl
  63. stream_promise_resolver.cc
  64. stream_promise_resolver.h
  65. stream_promise_resolver_test.cc
  66. tee_engine.cc
  67. tee_engine.h
  68. test_underlying_source.h
  69. test_utils.cc
  70. test_utils.h
  71. transferable_streams.cc
  72. transferable_streams.h
  73. transferable_streams_test.cc
  74. transform_stream.cc
  75. transform_stream.h
  76. transform_stream.idl
  77. transform_stream_default_controller.cc
  78. transform_stream_default_controller.h
  79. transform_stream_default_controller.idl
  80. transform_stream_test.cc
  81. transform_stream_transformer.h
  82. underlying_byte_source_base.h
  83. underlying_sink_base.cc
  84. underlying_sink_base.h
  85. underlying_sink_base.idl
  86. underlying_source.idl
  87. underlying_source_base.cc
  88. underlying_source_base.h
  89. underlying_source_cancel_callback.idl
  90. underlying_source_pull_callback.idl
  91. underlying_source_start_callback.idl
  92. writable_stream.cc
  93. writable_stream.h
  94. writable_stream.idl
  95. writable_stream_default_controller.cc
  96. writable_stream_default_controller.h
  97. writable_stream_default_controller.idl
  98. writable_stream_default_writer.cc
  99. writable_stream_default_writer.h
  100. writable_stream_default_writer.idl
  101. writable_stream_test.cc
  102. writable_stream_transferring_optimizer.h
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.