mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +00:00
LibWeb: Add constructor to Document IDL interface
This commit is contained in:
parent
8c7d1986b8
commit
0f1da7d40c
Notes:
sideshowbarker
2024-07-18 22:10:35 +09:00
Author: https://github.com/linusg
Commit: 0f1da7d40c
Pull-request: https://github.com/SerenityOS/serenity/pull/5391
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