tree: b2c12205776c5d8f9eea6d524127a2dd85352af0 [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. queue_with_sizes.cc
  20. queue_with_sizes.h
  21. queue_with_sizes_test.cc
  22. queuing_strategy_common.cc
  23. queuing_strategy_common.h
  24. queuing_strategy_init.idl
  25. read_into_request.h
  26. read_request.h
  27. readable_byte_stream_controller.cc
  28. readable_byte_stream_controller.h
  29. readable_byte_stream_controller.idl
  30. readable_stream.cc
  31. readable_stream.h
  32. readable_stream.idl
  33. readable_stream_byob_reader.cc
  34. readable_stream_byob_reader.h
  35. readable_stream_byob_reader.idl
  36. readable_stream_byob_reader_read_options.idl
  37. readable_stream_byob_request.cc
  38. readable_stream_byob_request.h
  39. readable_stream_byob_request.idl
  40. readable_stream_controller.h
  41. readable_stream_default_controller.cc
  42. readable_stream_default_controller.h
  43. readable_stream_default_controller.idl
  44. readable_stream_default_controller_with_script_scope.cc
  45. readable_stream_default_controller_with_script_scope.h
  46. readable_stream_default_reader.cc
  47. readable_stream_default_reader.h
  48. readable_stream_default_reader.idl
  49. readable_stream_generic_reader.cc
  50. readable_stream_generic_reader.h
  51. readable_stream_generic_reader.idl
  52. readable_stream_get_reader_options.idl
  53. readable_stream_iterator_options.idl
  54. readable_stream_read_result.idl
  55. readable_stream_test.cc
  56. readable_stream_transferring_optimizer.h
  57. readable_writable_pair.idl
  58. README.md
  59. stream_algorithms.h
  60. stream_pipe_options.idl
  61. streams_exception_handling_test.cc
  62. tee_engine.cc
  63. tee_engine.h
  64. test_underlying_source.h
  65. test_utils.cc
  66. test_utils.h
  67. transferable_streams.cc
  68. transferable_streams.h
  69. transferable_streams_test.cc
  70. transform_stream.cc
  71. transform_stream.h
  72. transform_stream.idl
  73. transform_stream_default_controller.cc
  74. transform_stream_default_controller.h
  75. transform_stream_default_controller.idl
  76. transform_stream_test.cc
  77. transform_stream_transformer.h
  78. underlying_byte_source_base.h
  79. underlying_sink_base.cc
  80. underlying_sink_base.h
  81. underlying_source.idl
  82. underlying_source_base.cc
  83. underlying_source_base.h
  84. underlying_source_cancel_callback.idl
  85. underlying_source_pull_callback.idl
  86. underlying_source_start_callback.idl
  87. writable_stream.cc
  88. writable_stream.h
  89. writable_stream.idl
  90. writable_stream_default_controller.cc
  91. writable_stream_default_controller.h
  92. writable_stream_default_controller.idl
  93. writable_stream_default_writer.cc
  94. writable_stream_default_writer.h
  95. writable_stream_default_writer.idl
  96. writable_stream_test.cc
  97. 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.