Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4f7c00e3626b9ed202a12f86969befd8b1ae7261
      
https://github.com/WebKit/WebKit/commit/4f7c00e3626b9ed202a12f86969befd8b1ae7261
  Author: Youenn Fablet <[email protected]>
  Date:   2025-09-29 (Mon, 29 Sep 2025)

  Changed paths:
    M Source/WebCore/Modules/streams/WritableStream.cpp
    M Source/WebCore/Modules/streams/WritableStream.h
    M Source/WebCore/Modules/streams/WritableStreamInternals.js
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bindings/js/InternalWritableStream.cpp
    M Source/WebCore/bindings/js/InternalWritableStream.h
    A Source/WebCore/bindings/js/InternalWritableStreamWriter.cpp
    A Source/WebCore/bindings/js/InternalWritableStreamWriter.h

  Log Message:
  -----------
  Introduce InternalWritableStreamWriter as a first step towards supporting 
piping from readable byte streams
rdar://161244618
https://bugs.webkit.org/show_bug.cgi?id=299437

Reviewed by Chris Dumez.

* Source/WebCore/bindings/js/InternalWritableStreamWriter.cpp: Added.
(WebCore::invokeWritableStreamWriterFunction):
(WebCore::acquireWritableStreamDefaultWriter):
(WebCore::writableStreamDefaultWriterGetDesiredSize):
(WebCore::writableStreamDefaultWriterCloseWithErrorPropagation):
(WebCore::writableStreamDefaultWriterRelease):
(WebCore::writableStreamDefaultWriterWrite):
(WebCore::InternalWritableStreamWriter::onClosedPromiseRejection):
(WebCore::InternalWritableStreamWriter::onClosedPromiseResolution):
(WebCore::InternalWritableStreamWriter::whenReady):
* Source/WebCore/bindings/js/InternalWritableStreamWriter.h: Added.

Canonical link: https://commits.webkit.org/300679@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to