tree: 7175923e2d4f59c3794aec9ad71691fe215680c2 [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_reader.cc
  36. readable_stream_byob_reader.h
  37. readable_stream_byob_reader.idl
  38. readable_stream_byob_request.cc
  39. readable_stream_byob_request.h
  40. readable_stream_byob_request.idl
  41. readable_stream_controller.h
  42. readable_stream_default_controller.cc
  43. readable_stream_default_controller.h
  44. readable_stream_default_controller.idl
  45. readable_stream_default_controller_with_script_scope.cc
  46. readable_stream_default_controller_with_script_scope.h
  47. readable_stream_default_reader.cc
  48. readable_stream_default_reader.h
  49. readable_stream_default_reader.idl
  50. readable_stream_generic_reader.cc
  51. readable_stream_generic_reader.h
  52. readable_stream_generic_reader.idl
  53. readable_stream_get_reader_options.idl
  54. readable_stream_iterator_options.idl
  55. readable_stream_read_result.idl
  56. readable_stream_test.cc
  57. readable_stream_transferring_optimizer.h
  58. readable_writable_pair.idl
  59. README.md
  60. stream_algorithms.h
  61. stream_pipe_options.idl
  62. stream_promise_resolver.cc
  63. stream_promise_resolver.h
  64. stream_promise_resolver_test.cc
  65. tee_engine.cc
  66. tee_engine.h
  67. test_underlying_source.h
  68. test_utils.cc
  69. test_utils.h
  70. transferable_streams.cc
  71. transferable_streams.h
  72. transferable_streams_test.cc
  73. transform_stream.cc
  74. transform_stream.h
  75. transform_stream.idl
  76. transform_stream_default_controller.cc
  77. transform_stream_default_controller.h
  78. transform_stream_default_controller.idl
  79. transform_stream_test.cc
  80. transform_stream_transformer.h
  81. underlying_byte_source_base.h
  82. underlying_sink_base.cc
  83. underlying_sink_base.h
  84. underlying_sink_base.idl
  85. underlying_source.idl
  86. underlying_source_base.cc
  87. underlying_source_base.h
  88. underlying_source_cancel_callback.idl
  89. underlying_source_pull_callback.idl
  90. underlying_source_start_callback.idl
  91. writable_stream.cc
  92. writable_stream.h
  93. writable_stream.idl
  94. writable_stream_default_controller.cc
  95. writable_stream_default_controller.h
  96. writable_stream_default_controller.idl
  97. writable_stream_default_writer.cc
  98. writable_stream_default_writer.h
  99. writable_stream_default_writer.idl
  100. writable_stream_test.cc
  101. 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.