mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibWeb: Add initial implementation of document.implementation
This commit is contained in:
parent
3ec54448f5
commit
dcb21b0c3a
9 changed files with 191 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
interface Document : Node {
|
||||
|
||||
readonly attribute DOMImplementation implementation;
|
||||
|
||||
readonly attribute DOMString contentType;
|
||||
|
||||
Element? getElementById(DOMString id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue