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