tree: 39178d8d89affa9f838e2e1166c7d5a0007a8909 [path history] [tgz]
  1. .eslintrc.js
  2. BUILD.gn
  3. ByteLengthQueuingStrategy.js
  4. CommonOperations.js
  5. CommonStrings.js
  6. CountQueuingStrategy.js
  7. miscellaneous_operations.cc
  8. miscellaneous_operations.h
  9. miscellaneous_operations_test.cc
  10. OWNERS
  11. PRESUBMIT.py
  12. queue_with_sizes.cc
  13. queue_with_sizes.h
  14. queue_with_sizes_test.cc
  15. readable_stream.cc
  16. readable_stream.h
  17. readable_stream.idl
  18. readable_stream_default_controller.cc
  19. readable_stream_default_controller.h
  20. readable_stream_default_controller.idl
  21. readable_stream_default_controller_wrapper.h
  22. readable_stream_default_reader.cc
  23. readable_stream_default_reader.h
  24. readable_stream_default_reader.idl
  25. readable_stream_operations.cc
  26. readable_stream_operations.h
  27. readable_stream_operations_test.cc
  28. readable_stream_test.cc
  29. ReadableStream.js
  30. README.md
  31. retain_wrapper_during_construction.cc
  32. retain_wrapper_during_construction.h
  33. SimpleQueue.js
  34. stream_algorithms.h
  35. stream_promise_resolver.cc
  36. stream_promise_resolver.h
  37. stream_promise_resolver_test.cc
  38. stream_script_function.cc
  39. stream_script_function.h
  40. test_underlying_source.h
  41. transform_stream.cc
  42. transform_stream.h
  43. transform_stream.idl
  44. transform_stream_default_controller.cc
  45. transform_stream_default_controller.h
  46. transform_stream_test.cc
  47. transform_stream_transformer.h
  48. TransformStream.js
  49. underlying_source_base.cc
  50. underlying_source_base.h
  51. underlying_source_base.idl
  52. writable_stream.cc
  53. writable_stream.h
  54. writable_stream.idl
  55. writable_stream_default_controller.cc
  56. writable_stream_default_controller.h
  57. writable_stream_default_controller.idl
  58. writable_stream_default_writer.cc
  59. writable_stream_default_writer.h
  60. writable_stream_default_writer.idl
  61. writable_stream_native.cc
  62. writable_stream_native.h
  63. writable_stream_test.cc
  64. writable_stream_wrapper.cc
  65. writable_stream_wrapper.h
  66. WritableStream.js
third_party/blink/renderer/core/streams/README.md

core/streams/

This directory contains the Blink implementation of the WHATWG Streams standard.

We use V8 extras to implement it.