mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
14 lines
444 B
Text
14 lines
444 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: Device Memory 1 (https://w3c.github.io/device-memory/)
|
|
|
|
[
|
|
SecureContext,
|
|
Exposed=(Window,Worker)
|
|
] interface mixin NavigatorDeviceMemory {
|
|
readonly attribute double deviceMemory;
|
|
};
|
|
|
|
Navigator includes NavigatorDeviceMemory;
|
|
WorkerNavigator includes NavigatorDeviceMemory;
|