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
Radar WebKit Bug Importer
Comment 1 2024-09-16 14:23:34 PDT
Note You need to log in before you can comment on or make changes to this bug.