diff --git a/features/beacons.yml b/features/beacons.yml new file mode 100644 index 00000000000..b51075fea45 --- /dev/null +++ b/features/beacons.yml @@ -0,0 +1,5 @@ +name: Beacons +description: The `navigator.sendBeacon()` method asynchronously sends an HTTP POST request with a limited amount of data, typically for app state, events, and analytics data. The one-way beacon is guaranteed to be initiated before the browser unloads the page, but the sender does not get to handle the response. +spec: https://w3c.github.io/beacon/ +compat_features: + - api.Navigator.sendBeacon diff --git a/features/draft/spec/beacon.yml.dist b/features/beacons.yml.dist similarity index 92% rename from features/draft/spec/beacon.yml.dist rename to features/beacons.yml.dist index 182121f623c..fa237f65855 100644 --- a/features/draft/spec/beacon.yml.dist +++ b/features/beacons.yml.dist @@ -1,4 +1,4 @@ -# Generated from: beacon.yml +# Generated from: beacons.yml # Do not edit this file by hand. Edit the source file instead! status: diff --git a/features/draft/spec/beacon.yml b/features/draft/spec/beacon.yml deleted file mode 100644 index eb47e634c85..00000000000 --- a/features/draft/spec/beacon.yml +++ /dev/null @@ -1,6 +0,0 @@ -draft_date: 2024-09-09 -name: Beacon -description: TODO -spec: https://w3c.github.io/beacon/ -compat_features: - - api.Navigator.sendBeacon