LibWeb: Add HTML::Navigable

This is the first step towards implementing the new "navigable" concept
from the HTML spec.

Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
Andreas Kling 2022-12-12 11:46:54 +01:00
commit 2d602dcb34
Notes: sideshowbarker 2024-07-16 23:51:07 +09:00
4 changed files with 156 additions and 0 deletions

View file

@ -369,6 +369,7 @@ class MessageEvent;
class MessagePort;
class MimeType;
class MimeTypeArray;
class Navigable;
class NavigableContainer;
class Navigator;
struct NavigationParams;