WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
279782
Clean up BufferSource idl
https://bugs.webkit.org/show_bug.cgi?id=279782
Summary
Clean up BufferSource idl
pascoe@apple.com
Reported
2024-09-16 14:23:25 PDT
Right now, BufferSource is defined in IDL to be the union of ArrayBuffer and ArrayBuffer view, but we also have a type in WebCore that holds a variant to represent it. This doesn't work when using JSGenerateToJSObject and JSGenerateToNativeObject because it tries to use the inner type. This turns out to be tricky. We should make this work nicely.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-09-16 14:23:34 PDT
<
rdar://problem/136102779
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug