mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Change id to be optional in HTML::NavigationParams
This commit is contained in:
committed by
Andreas Kling
parent
71b7a929db
commit
0c919718ae
@@ -19,8 +19,8 @@ namespace Web::HTML {
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params
|
||||
struct NavigationParams {
|
||||
// a navigation id
|
||||
String id;
|
||||
// null or a navigation ID
|
||||
Optional<String> id;
|
||||
|
||||
// null or a request that started the navigation
|
||||
JS::GCPtr<Fetch::Infrastructure::Request> request;
|
||||
|
||||
Reference in New Issue
Block a user