mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibWeb: Add constructor to Document IDL interface
This commit is contained in:
parent
8c7d1986b8
commit
0f1da7d40c
2 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
interface Document : Node {
|
||||
|
||||
constructor();
|
||||
|
||||
readonly attribute DOMImplementation implementation;
|
||||
|
||||
readonly attribute DOMString characterSet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue