mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 07:39:16 +00:00
LibWeb: Resolve NavigatorBeacon FIXME regarding the partial interface
This commit is contained in:
parent
529ab9d88a
commit
a6dfc6cdff
Notes:
github-actions[bot]
2025-07-22 12:08:23 +00:00
Author: https://github.com/gmta
Commit: a6dfc6cdff
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5559
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 5 additions and 7 deletions
|
@ -17,7 +17,7 @@
|
|||
namespace Web::HTML {
|
||||
|
||||
// https://w3c.github.io/beacon/#sendbeacon-method
|
||||
WebIDL::ExceptionOr<bool> NavigatorBeaconMixin::send_beacon(String const& url, Optional<Fetch::BodyInit> const& data)
|
||||
WebIDL::ExceptionOr<bool> NavigatorBeaconPartial::send_beacon(String const& url, Optional<Fetch::BodyInit> const& data)
|
||||
{
|
||||
auto& navigator = as<Navigator>(*this);
|
||||
auto& realm = navigator.realm();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue