mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +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;
|
|
}; |