mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibWeb: Use directory page when viewing a resource schemed directory URL
This commit is contained in:
parent
b39d99cf2f
commit
f8feca5d21
4 changed files with 28 additions and 18 deletions
|
@ -18,6 +18,6 @@ void set_directory_page_url(String);
|
|||
|
||||
ErrorOr<String> load_error_page(AK::URL const&);
|
||||
|
||||
ErrorOr<String> load_file_directory_page(LoadRequest const&);
|
||||
ErrorOr<String> load_file_directory_page(AK::URL const&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue