Bug 214819 - ReadableStreamDefaultController should use private JS built-in methods
Summary: ReadableStreamDefaultController should use private JS built-in methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-27 02:02 PDT by youenn fablet
Modified: 2020-07-28 01:02 PDT (History)
4 users (show)

See Also:


Attachments
Patch (13.04 KB, patch)
2020-07-27 06:11 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2020-07-27 02:02:50 PDT
ReadableStreamDefaultController::invoke should handle worker termination exceptions
Comment 1 youenn fablet 2020-07-27 02:52:43 PDT
Actually, there is a bigger issue here as we should not use controller.enqueue like this since it can be overridden by JS.
Comment 2 youenn fablet 2020-07-27 06:11:19 PDT
Created attachment 405269 [details]
Patch
Comment 3 EWS 2020-07-28 01:01:39 PDT
Committed r264967: <https://trac.webkit.org/changeset/264967>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405269 [details].
Comment 4 Radar WebKit Bug Importer 2020-07-28 01:02:34 PDT
<rdar://problem/66205231>