mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
9 lines
174 B
Text
9 lines
174 B
Text
interface ValuesA {
|
|
readonly setlike<DOMString>;
|
|
static void values();
|
|
};
|
|
|
|
interface ValuesB {
|
|
readonly setlike<DOMString>;
|
|
static readonly attribute long values;
|
|
};
|