mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
LibWeb: Add contentType attribute to Document
This commit is contained in:
parent
cf9419fc4f
commit
3ec54448f5
3 changed files with 21 additions and 10 deletions
|
@ -1,5 +1,7 @@
|
|||
interface Document : Node {
|
||||
|
||||
readonly attribute DOMString contentType;
|
||||
|
||||
Element? getElementById(DOMString id);
|
||||
Element? querySelector(DOMString selectors);
|
||||
ArrayFromVector getElementsByTagName(DOMString tagName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue