mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
9 lines
166 B
Text
9 lines
166 B
Text
interface KeysA {
|
|
readonly setlike<DOMString>;
|
|
static void keys();
|
|
};
|
|
|
|
interface KeysB {
|
|
readonly setlike<DOMString>;
|
|
static readonly attribute long keys;
|
|
};
|