tree: b86bc649d088cfa0d708c0e10536465b7e8c1ade [path history] [tgz]
  1. BUILD.gn
  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. miscellaneous_operations.cc
  9. miscellaneous_operations.h
  10. miscellaneous_operations_test.cc
  11. OWNERS
  12. promise_handler.cc
  13. promise_handler.h
  14. queue_with_sizes.cc
  15. queue_with_sizes.h
  16. queue_with_sizes_test.cc
  17. queuing_strategy_common.cc
  18. queuing_strategy_common.h
  19. queuing_strategy_init.idl
  20. readable_stream.cc
  21. readable_stream.h
  22. readable_stream.idl
  23. readable_stream_default_controller.cc
  24. readable_stream_default_controller.h
  25. readable_stream_default_controller.idl
  26. readable_stream_default_controller_with_script_scope.cc
  27. readable_stream_default_controller_with_script_scope.h
  28. readable_stream_default_reader.h
  29. readable_stream_default_reader.idl
  30. readable_stream_reader.cc
  31. readable_stream_reader.h
  32. readable_stream_test.cc
  33. README.md
  34. stream_algorithms.h
  35. stream_promise_resolver.cc
  36. stream_promise_resolver.h
  37. stream_promise_resolver_test.cc
  38. test_underlying_source.h
  39. transferable_streams.cc
  40. transferable_streams.h
  41. transferable_streams_test.cc
  42. transform_stream.cc
  43. transform_stream.h
  44. transform_stream.idl
  45. transform_stream_default_controller.cc
  46. transform_stream_default_controller.h
  47. transform_stream_default_controller.idl
  48. transform_stream_test.cc
  49. transform_stream_transformer.h
  50. underlying_sink_base.h
  51. underlying_sink_base.idl
  52. underlying_source_base.cc
  53. underlying_source_base.h
  54. underlying_source_base.idl
  55. writable_stream.cc
  56. writable_stream.h
  57. writable_stream.idl
  58. writable_stream_default_controller.cc
  59. writable_stream_default_controller.h
  60. writable_stream_default_controller.idl
  61. writable_stream_default_writer.cc
  62. writable_stream_default_writer.h
  63. writable_stream_default_writer.idl
  64. 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.