tree: e613ae1f1a1e3bfac9b293918dbeb087b123513a [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_generic_reader.idl
  46. readable_stream_get_reader_options.idl
  47. readable_stream_test.cc
  48. readable_stream_transferring_optimizer.h
  49. readable_writable_pair.idl
  50. README.md
  51. stream_algorithms.h
  52. stream_pipe_options.idl
  53. stream_promise_resolver.cc
  54. stream_promise_resolver.h
  55. stream_promise_resolver_test.cc
  56. test_underlying_source.h
  57. test_utils.cc
  58. test_utils.h
  59. transferable_streams.cc
  60. transferable_streams.h
  61. transferable_streams_test.cc
  62. transform_stream.cc
  63. transform_stream.h
  64. transform_stream.idl
  65. transform_stream_default_controller.cc
  66. transform_stream_default_controller.h
  67. transform_stream_default_controller.idl
  68. transform_stream_test.cc
  69. transform_stream_transformer.h
  70. underlying_sink_base.h
  71. underlying_sink_base.idl
  72. underlying_source.idl
  73. underlying_source_base.cc
  74. underlying_source_base.h
  75. underlying_source_base.idl
  76. underlying_source_cancel_callback.idl
  77. underlying_source_pull_callback.idl
  78. underlying_source_start_callback.idl
  79. writable_stream.cc
  80. writable_stream.h
  81. writable_stream.idl
  82. writable_stream_default_controller.cc
  83. writable_stream_default_controller.h
  84. writable_stream_default_controller.idl
  85. writable_stream_default_writer.cc
  86. writable_stream_default_writer.h
  87. writable_stream_default_writer.idl
  88. writable_stream_test.cc
  89. 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.