mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibWeb: Add initial implementation of document.implementation
This commit is contained in:
parent
3ec54448f5
commit
dcb21b0c3a
Notes:
sideshowbarker
2024-07-19 01:24:56 +09:00
Author: https://github.com/Lubrsi
Commit: dcb21b0c3a
Pull-request: https://github.com/SerenityOS/serenity/pull/4069
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