Bug 256580 - WebSocket's binaryType setter should not throw
Summary: WebSocket's binaryType setter should not throw
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anne van Kesteren
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-10 01:52 PDT by Anne van Kesteren
Modified: 2023-05-11 07:13 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anne van Kesteren 2023-05-10 01:52:18 PDT
Might make sense to adopt

    enum BinaryType { "blob", "arraybuffer" };

when making this change.
Comment 1 Radar WebKit Bug Importer 2023-05-10 23:43:59 PDT
<rdar://problem/109192086>
Comment 2 Anne van Kesteren 2023-05-10 23:47:38 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13742
Comment 3 EWS 2023-05-11 07:13:07 PDT
Committed 263963@main (6e89039cfb2d): <https://commits.webkit.org/263963@main>

Reviewed commits have been landed. Closing PR #13742 and removing active labels.