device-memory.idl (428B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Device Memory API (https://www.w3.org/TR/device-memory/) 5 6 [ 7 SecureContext, 8 Exposed=(Window,Worker) 9 ] interface mixin NavigatorDeviceMemory { 10 readonly attribute double deviceMemory; 11 }; 12 13 Navigator includes NavigatorDeviceMemory; 14 WorkerNavigator includes NavigatorDeviceMemory;