Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add support for FetchRequest.body
https://bugs.webkit.org/show_bug.cgi?id=176066 <rdar://problem/34148373> Patch by Youenn Fablet <youenn@apple.com> on 2017-08-30 Reviewed by Sam Weinig and Alex Christensen. Follow-up to https://trac.webkit.org/r221329 as per post landing comments. Returning a RefPtr<ReadableStream> so as to to not specialize ReadableStream converter. * Modules/fetch/FetchBodyOwner.cpp: (WebCore::FetchBodyOwner::readableStream): * Modules/fetch/FetchBodyOwner.h: * bindings/js/ReadableStream.h: (WebCore::toJS): (WebCore::JSConverter<IDLInterface<ReadableStream>>::convert): Deleted. Canonical link: https://commits.webkit.org/192799@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@221395 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
51ccdd5
commit 2b95fc5
Showing
4 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters