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);
|
|
};
|