tree: 1f2cd2a0975ca121a649a3cd6e6639ba732ded17 [path history] [tgz]
  1. .eslintrc.js
  2. BUILD.gn
  3. byte_length_queuing_strategy.cc
  4. byte_length_queuing_strategy.h
  5. byte_length_queuing_strategy.idl
  6. count_queuing_strategy.cc
  7. count_queuing_strategy.h
  8. count_queuing_strategy.idl
  9. miscellaneous_operations.cc
  10. miscellaneous_operations.h
  11. miscellaneous_operations_test.cc
  12. OWNERS
  13. PRESUBMIT.py
  14. promise_handler.cc
  15. promise_handler.h
  16. queue_with_sizes.cc
  17. queue_with_sizes.h
  18. queue_with_sizes_test.cc
  19. queuing_strategy_common.cc
  20. queuing_strategy_common.h
  21. queuing_strategy_init.idl
  22. readable_stream.cc
  23. readable_stream.h
  24. readable_stream.idl
  25. readable_stream_default_controller.cc
  26. readable_stream_default_controller.h
  27. readable_stream_default_controller.idl
  28. readable_stream_default_controller_interface.cc
  29. readable_stream_default_controller_interface.h
  30. readable_stream_default_reader.h
  31. readable_stream_default_reader.idl
  32. readable_stream_native.cc
  33. readable_stream_native.h
  34. readable_stream_reader.cc
  35. readable_stream_reader.h
  36. readable_stream_test.cc
  37. README.md
  38. stream_algorithms.h
  39. stream_promise_resolver.cc
  40. stream_promise_resolver.h
  41. stream_promise_resolver_test.cc
  42. test_underlying_source.h
  43. transferable_streams.cc
  44. transferable_streams.h
  45. transferable_streams_test.cc
  46. transform_stream.cc
  47. transform_stream.h
  48. transform_stream.idl
  49. transform_stream_default_controller.cc
  50. transform_stream_default_controller.h
  51. transform_stream_default_controller.idl
  52. transform_stream_default_controller_interface.h
  53. transform_stream_native.cc
  54. transform_stream_native.h
  55. transform_stream_test.cc
  56. transform_stream_transformer.h
  57. underlying_sink_base.h
  58. underlying_sink_base.idl
  59. underlying_source_base.cc
  60. underlying_source_base.h
  61. underlying_source_base.idl
  62. writable_stream.cc
  63. writable_stream.h
  64. writable_stream.idl
  65. writable_stream_default_controller.cc
  66. writable_stream_default_controller.h
  67. writable_stream_default_controller.idl
  68. writable_stream_default_controller_interface.cc
  69. writable_stream_default_controller_interface.h
  70. writable_stream_default_writer.cc
  71. writable_stream_default_writer.h
  72. writable_stream_default_writer.idl
  73. writable_stream_native.cc
  74. writable_stream_native.h
  75. writable_stream_test.cc
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.