LibWeb: Add icon as possible resource type on the link tag

This commit is contained in:
Anthony Van de Gejuchte 2022-04-03 19:39:38 +02:00 committed by Andreas Kling
commit 13847aa7e8
Notes: sideshowbarker 2024-07-17 14:11:58 +09:00
2 changed files with 10 additions and 1 deletions

View file

@ -42,6 +42,7 @@ private:
Preload = 1 << 2,
DNSPrefetch = 1 << 3,
Preconnect = 1 << 4,
Icon = 1 << 5,
};
};