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
commit 0f1da7d40c
Notes: sideshowbarker 2024-07-18 22:10:35 +09:00
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;