Searched refs:deviceMemory (Results 1 – 4 of 4) sorted by relevance
8 delete navigator.deviceMemory;15 deviceMemory: {
6 type NavigatorWithDeviceMemory = Navigator & { deviceMemory: number };56 const { deviceMemory } = navigator as NavigatorWithDeviceMemory; constant57 return convertGiBtoBytes(deviceMemory);
49 const { deviceMemory } = navigator;50 return convertGiBtoBytes(deviceMemory);
1 …deviceMemory: number };\n\nlet result: any = null;\nif (Platform.isDOMAvailable) {\n const parser…