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

LibWeb: Add constructor to Document IDL interface

This commit is contained in:
Linus Groh 2021-02-17 22:52:21 +01:00 committed by Andreas Kling
parent 8c7d1986b8
commit 0f1da7d40c
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,7 @@
interface Document : Node {
constructor();
readonly attribute DOMImplementation implementation;
readonly attribute DOMString characterSet;