tree: da11a4af8ce550d6af86c54e31285e9bdea6ff08 [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_wrapper.h
  19. readable_stream_operations.cc
  20. readable_stream_operations.h
  21. readable_stream_operations_test.cc
  22. readable_stream_test.cc
  23. ReadableStream.js
  24. README.md
  25. retain_wrapper_during_construction.cc
  26. retain_wrapper_during_construction.h
  27. SimpleQueue.js
  28. stream_algorithms.h
  29. stream_promise_resolver.cc
  30. stream_promise_resolver.h
  31. stream_promise_resolver_test.cc
  32. stream_script_function.cc
  33. stream_script_function.h
  34. test_underlying_source.h
  35. transform_stream.cc
  36. transform_stream.h
  37. transform_stream.idl
  38. transform_stream_default_controller.cc
  39. transform_stream_default_controller.h
  40. transform_stream_test.cc
  41. transform_stream_transformer.h
  42. TransformStream.js
  43. underlying_source_base.cc
  44. underlying_source_base.h
  45. underlying_source_base.idl
  46. writable_stream.cc
  47. writable_stream.h
  48. writable_stream.idl
  49. writable_stream_default_controller.cc
  50. writable_stream_default_controller.h
  51. writable_stream_default_controller.idl
  52. writable_stream_default_writer.cc
  53. writable_stream_default_writer.h
  54. writable_stream_default_writer.idl
  55. writable_stream_native.cc
  56. writable_stream_native.h
  57. writable_stream_test.cc
  58. writable_stream_wrapper.cc
  59. writable_stream_wrapper.h
  60. 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.