mirror of
https://github.com/servo/servo.git
synced 2025-07-11 01:13:41 +01:00
7 lines
No EOL
101 B
Text
7 lines
No EOL
101 B
Text
interface Foo {
|
|
attribute DOMString bar;
|
|
};
|
|
|
|
partial interface Foo {
|
|
attribute DOMString quux;
|
|
}; |