[webkit-changes] [WebKit/WebKit] 794627: FileSystemWritableStream should expose the excepti...

youennf noreply at github.com
Thu Feb 6 01:38:18 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 794627f1803fa8f6ec015ec783c2b59666153051
      https://github.com/WebKit/WebKit/commit/794627f1803fa8f6ec015ec783c2b59666153051
  Author: Youenn Fablet <youenn at apple.com>
  Date:   2025-02-06 (Thu, 06 Feb 2025)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream-write.https.any-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream-write.https.any.worker-expected.txt
    M Source/WebCore/Modules/filesystemaccess/FileSystemWritableFileStreamSink.cpp

  Log Message:
  -----------
  FileSystemWritableStream should expose the exception thrown when retrieving a blob
rdar://144243284
https://bugs.webkit.org/show_bug.cgi?id=287093

Reviewed by Sihui Liu.

We pipe the exception received when retrieving blob content, if any, to the error mechanism.

* LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream-write.https.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream-write.https.any.worker-expected.txt:
* Source/WebCore/Modules/filesystemaccess/FileSystemWritableFileStreamSink.cpp:
(WebCore::fetchDataBytesForWrite):
(WebCore::FileSystemWritableFileStreamSink::write):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list