diff --git a/features/draft/spec/savedata.yml b/features/draft/spec/savedata.yml deleted file mode 100644 index 5e3326eccdc..00000000000 --- a/features/draft/spec/savedata.yml +++ /dev/null @@ -1,7 +0,0 @@ -draft_date: 2024-09-09 -name: Save Data API -description: TODO -spec: https://wicg.github.io/savedata/ -compat_features: - - api.NetworkInformation.saveData - - http.headers.Save-Data diff --git a/features/savedata.yml b/features/savedata.yml new file mode 100644 index 00000000000..71b4864f235 --- /dev/null +++ b/features/savedata.yml @@ -0,0 +1,6 @@ +name: Save-Data +description: Browsers send the `Save-Data` HTTP request header when the user turns on a data-saving mode. It is a hint to reduce data sent to the browser. Servers should respond with alternative content, such as smaller images and videos, or different markup and styling. +spec: https://wicg.github.io/savedata/ +compat_features: + - api.NetworkInformation.saveData + - http.headers.Save-Data diff --git a/features/draft/spec/savedata.yml.dist b/features/savedata.yml.dist similarity index 100% rename from features/draft/spec/savedata.yml.dist rename to features/savedata.yml.dist