mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
LibWeb: Add icon as possible resource type on the link tag
This commit is contained in:
parent
44d78a8a13
commit
13847aa7e8
2 changed files with 10 additions and 1 deletions
|
@ -42,6 +42,7 @@ private:
|
|||
Preload = 1 << 2,
|
||||
DNSPrefetch = 1 << 3,
|
||||
Preconnect = 1 << 4,
|
||||
Icon = 1 << 5,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue