// Save Data API // Specification: https://wicg.github.io/savedata/ // Repository: https://github.com/WICG/savedata /// interface NetworkInformationSaveData { readonly saveData: boolean; } interface NetworkInformation extends NetworkInformationSaveData { }