mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibWeb: Add HTML::DocumentState
This represents the new "document state" concept from the HTML spec. Document states are primarily used in session history entries. Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
parent
3b0e5a87db
commit
1df52ea94c
4 changed files with 123 additions and 0 deletions
|
@ -249,6 +249,7 @@ struct CrossOriginOpenerPolicy;
|
|||
struct CrossOriginOpenerPolicyEnforcementResult;
|
||||
class CustomElementDefinition;
|
||||
class CustomElementRegistry;
|
||||
class DocumentState;
|
||||
class DOMParser;
|
||||
class DOMStringMap;
|
||||
struct Environment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue