Home
last modified time | relevance | path

Searched refs:deviceMemory (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-device/src/__tests__/
H A DExpoDevice-test.web.ts8 delete navigator.deviceMemory;
15 deviceMemory: {
/expo/packages/expo-device/src/
H A DExpoDevice.web.ts6 type NavigatorWithDeviceMemory = Navigator & { deviceMemory: number };
56 const { deviceMemory } = navigator as NavigatorWithDeviceMemory; constant
57 return convertGiBtoBytes(deviceMemory);
/expo/packages/expo-device/build/
H A DExpoDevice.web.js49 const { deviceMemory } = navigator;
50 return convertGiBtoBytes(deviceMemory);
H A DExpoDevice.web.js.map1deviceMemory: number };\n\nlet result: any = null;\nif (Platform.isDOMAvailable) {\n const parser…