mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 14:42:50 +02:00
Fixes at least 2 subtests in wpt/device-memory. (cherry picked from commit 69f11fc1c657603b189015fd620f96e32adfb9fd)
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
// https://www.w3.org/TR/device-memory/#sec-device-memory-js-api
|
|
[SecureContext, Exposed=(Window,Worker)]
|
|
interface mixin NavigatorDeviceMemory {
|
|
readonly attribute double deviceMemory;
|
|
};
|