mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
This commit is contained in:
parent
c1649e3372
commit
5a0123fd2f
9 changed files with 347 additions and 29 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace Web {
|
||||
class XMLDocumentBuilder;
|
||||
}
|
||||
|
||||
namespace Web::Cookie {
|
||||
struct Cookie;
|
||||
struct ParsedCookie;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue