1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:37:44 +00:00

LibWeb: Implement the MediaError IDL interface

This commit is contained in:
Timothy Flynn 2023-04-22 14:39:20 -04:00 committed by Andreas Kling
parent 22572c39e0
commit 73a80b7047
6 changed files with 84 additions and 0 deletions

View file

@ -365,6 +365,7 @@ class HTMLUnknownElement;
class HTMLVideoElement;
class ImageData;
class Location;
class MediaError;
class MessageChannel;
class MessageEvent;
class MessagePort;