savedata.idl (348B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Save Data API (https://wicg.github.io/savedata/) 5 6 interface mixin NetworkInformationSaveData { 7 [SameObject] readonly attribute boolean saveData; 8 }; 9 10 NetworkInformation includes NetworkInformationSaveData;