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