Bug 214819

Summary: ReadableStreamDefaultController should use private JS built-in methods
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, mark.lam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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>