1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:17:43 +00:00

LibWeb: Generate HTMLImageElement bindings from IDL :^)

This commit is contained in:
Andreas Kling 2020-06-21 15:26:09 +02:00
parent af51dc105a
commit 119dd2c541
6 changed files with 18 additions and 118 deletions

View file

@ -0,0 +1,3 @@
interface HTMLImageElement : HTMLElement {
}