mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 15:49:15 +00:00
6 lines
185 B
Text
6 lines
185 B
Text
#import <Fetch/BodyInit.idl>
|
|
|
|
// https://w3c.github.io/beacon/#sendbeacon-method
|
|
partial interface Navigator {
|
|
boolean sendBeacon(USVString url, optional BodyInit? data = null);
|
|
};
|