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

LibWeb: Add class to represent "list of available images" from HTML spec

This commit is contained in:
Andreas Kling 2023-05-11 06:12:45 +02:00
parent 596eabe9e6
commit 9281bf7a01
6 changed files with 158 additions and 0 deletions

View file

@ -373,6 +373,7 @@ class HTMLUnknownElement;
class HTMLVideoElement;
class ImageData;
class ImageRequest;
class ListOfAvailableImages;
class Location;
class MediaError;
class MessageChannel;