tree: 168fd7ce4f24c741a61bdc0b8db27fb19bc81350 [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. readable_stream_wrapper.cc
  30. readable_stream_wrapper.h
  31. ReadableStream.js
  32. README.md
  33. retain_wrapper_during_construction.cc
  34. retain_wrapper_during_construction.h
  35. SimpleQueue.js
  36. stream_algorithms.h
  37. stream_promise_resolver.cc
  38. stream_promise_resolver.h
  39. stream_promise_resolver_test.cc
  40. stream_script_function.cc
  41. stream_script_function.h
  42. test_underlying_source.h
  43. transform_stream.cc
  44. transform_stream.h
  45. transform_stream.idl
  46. transform_stream_default_controller.cc
  47. transform_stream_default_controller.h
  48. transform_stream_test.cc
  49. transform_stream_transformer.h
  50. TransformStream.js
  51. underlying_source_base.cc
  52. underlying_source_base.h
  53. underlying_source_base.idl
  54. writable_stream.cc
  55. writable_stream.h
  56. writable_stream.idl
  57. writable_stream_default_controller.cc
  58. writable_stream_default_controller.h
  59. writable_stream_default_controller.idl
  60. writable_stream_default_writer.cc
  61. writable_stream_default_writer.h
  62. writable_stream_default_writer.idl
  63. writable_stream_native.cc
  64. writable_stream_native.h
  65. writable_stream_test.cc
  66. writable_stream_wrapper.cc
  67. writable_stream_wrapper.h
  68. 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.