NEW260739
Create 'CanPlayTypeResult' enum in HTMLMediaElement.idl for 'type' as per WebIDL spec
https://bugs.webkit.org/show_bug.cgi?id=260739
Summary Create 'CanPlayTypeResult' enum in HTMLMediaElement.idl for 'type' as per Web...
Ahmad Saleem
Reported 2023-08-25 14:42:39 PDT
SSIA Adding FIXME for these in HTMLMediaElement.idl and as per Web-Spec: https://html.spec.whatwg.org/multipage/media.html#media-elements We should introduce 'enum' and leverage it for: __________ DOMString canPlayType(DOMString type); __________ Thanks!
Attachments
Anne van Kesteren
Comment 1 2023-08-26 02:31:00 PDT
Not sure this is worth doing before WebKitLegacy disappears. It seems like you'd have to covert the enum back to an NSString in Source/WebKitLegacy/mac/DOM/DOMHTMLMediaElement.mm until that happens.
Radar WebKit Bug Importer
Comment 2 2023-09-01 14:43:13 PDT
Note You need to log in before you can comment on or make changes to this bug.