mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
LibWeb: Stub Document.queryCommandSupported
This commit is contained in:
parent
d6cfc735ae
commit
6b0152e150
3 changed files with 10 additions and 0 deletions
|
@ -98,6 +98,7 @@ interface Document : Node {
|
|||
|
||||
attribute DOMString title;
|
||||
|
||||
boolean queryCommandSupported(DOMString commandId);
|
||||
readonly boolean hidden;
|
||||
readonly DOMString visibilityState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue