mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb/HTML: Only trim single '#' on Location.hash setter
This commit is contained in:
parent
d01ee20b67
commit
f1d79483b7
Notes:
github-actions[bot]
2025-04-23 07:25:29 +00:00
Author: https://github.com/shannonbooth
Commit: f1d79483b7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4426
Reviewed-by: https://github.com/tcl3 ✅
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
WebIDL::ExceptionOr<void> set_search(String const&);
|
||||
|
||||
WebIDL::ExceptionOr<String> hash() const;
|
||||
WebIDL::ExceptionOr<void> set_hash(String const&);
|
||||
WebIDL::ExceptionOr<void> set_hash(StringView);
|
||||
|
||||
WebIDL::ExceptionOr<void> replace(String const& url);
|
||||
void reload() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue