blob: a0c717c11613f1bb13bb5cfe84dd35cfb0ab5b54 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/w3c/device-memory#the-web-exposed-api
[
NoInterfaceObject,
Exposed=(Window,Worker)
] interface NavigatorDeviceMemory {
[MeasureAs=NavigatorDeviceMemory,RuntimeEnabled=NavigatorDeviceMemory,SecureContext]
readonly attribute float deviceMemory;
};